pejpejza monument
This commit is contained in:
parent
6a2eef9b7a
commit
df890b136b
1480
package-lock.json
generated
1480
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "denim_3001",
|
"name": "denim_3001",
|
||||||
"version": "3001.40.1",
|
"version": "3001.41.0",
|
||||||
"description": "Toto je velmi kvalitní bot.",
|
"description": "Toto je velmi kvalitní bot.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/Histmy/Denim-Bot/"
|
"url": "https://github.com/Histmy/Denim-Bot/"
|
||||||
@ -13,8 +13,8 @@
|
|||||||
"author": "Histmy + det-fys",
|
"author": "Histmy + det-fys",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@discordjs/voice": "^0.10.0",
|
"@discordjs/voice": "^0.11.0",
|
||||||
"discord.js": "^13.8.0",
|
"discord.js": "^14.0.3",
|
||||||
"js-levenshtein": "^1.1.6",
|
"js-levenshtein": "^1.1.6",
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "^2.6.1",
|
||||||
"opusscript": "^0.0.8",
|
"opusscript": "^0.0.8",
|
||||||
|
|||||||
@ -30,7 +30,7 @@ function hendelieren() {
|
|||||||
if (!tabule) return console.log("nenašel jsem tabuleho");
|
if (!tabule) return console.log("nenašel jsem tabuleho");
|
||||||
|
|
||||||
const detaily = tabule.groups!.kontent.match(/<a href="(?<odkaz>details.+?)".+?Pridany (?<datum>\d\d\/\d\d\/\d{4})/is);
|
const detaily = tabule.groups!.kontent.match(/<a href="(?<odkaz>details.+?)".+?Pridany (?<datum>\d\d\/\d\d\/\d{4})/is);
|
||||||
const datum = detaily?.groups!.datum!;
|
const datum = detaily!.groups!.datum;
|
||||||
|
|
||||||
if (posledniDatum == "") {
|
if (posledniDatum == "") {
|
||||||
const d = new Date();
|
const d = new Date();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user