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",
|
||||
"version": "3001.40.1",
|
||||
"version": "3001.41.0",
|
||||
"description": "Toto je velmi kvalitní bot.",
|
||||
"repository": {
|
||||
"url": "https://github.com/Histmy/Denim-Bot/"
|
||||
@ -13,8 +13,8 @@
|
||||
"author": "Histmy + det-fys",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@discordjs/voice": "^0.10.0",
|
||||
"discord.js": "^13.8.0",
|
||||
"@discordjs/voice": "^0.11.0",
|
||||
"discord.js": "^14.0.3",
|
||||
"js-levenshtein": "^1.1.6",
|
||||
"node-fetch": "^2.6.1",
|
||||
"opusscript": "^0.0.8",
|
||||
|
||||
@ -30,7 +30,7 @@ function hendelieren() {
|
||||
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 datum = detaily?.groups!.datum!;
|
||||
const datum = detaily!.groups!.datum;
|
||||
|
||||
if (posledniDatum == "") {
|
||||
const d = new Date();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user