pejpejza monument

This commit is contained in:
Histmy 2022-08-08 19:38:21 +02:00
parent 6a2eef9b7a
commit df890b136b
3 changed files with 320 additions and 1168 deletions

1480
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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",

View File

@ -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();