Update Bot to latest Discordeno Version 21.0.0 and add nsfw check for rule34 and yandere api calls

This commit is contained in:
fzzinchemical
2025-04-13 21:53:17 +02:00
parent 7e25e13a77
commit 8e466f69c1
9 changed files with 92 additions and 43 deletions

View File

@@ -14,10 +14,10 @@
"admin": "deno -A --watch --check src/bot.ts"
},
"imports": {
"@discordeno": "npm:@discordeno@18.0.1",
"@discordeno": "npm:discordeno@21.0.0",
"@melvdouc/xml-parser": "jsr:@melvdouc/xml-parser@^0.1.1",
"@std/assert": "jsr:@std/assert@1",
"@types/node": "npm:@types/node@^22.5.4",
"@types/node": "npm:@types/node@^22.14.1",
"@root/" : "./src/"
},