Breaking Changes!!! Changed discordeno to discord.js. Adaptation in progress.

This commit is contained in:
fzzinchemical
2025-04-14 23:18:43 +02:00
parent 59803fabd5
commit 1f3090d799
13 changed files with 251 additions and 307 deletions

View File

@@ -11,10 +11,10 @@
},
"tasks": {
"dev": "deno run --watch --check src/bot.ts",
"admin": "deno -A --watch --check src/bot.ts"
"all": "deno -A --watch --check src/bot.ts"
},
"imports": {
"@discordeno": "npm:discord.js@14.18.0",
"@discordjs": "npm:discord.js@14.18.0",
"@melvdouc/xml-parser": "jsr:@melvdouc/xml-parser@^0.1.1",
"@std/assert": "jsr:@std/assert@1",
"@types/node": "npm:@types/node@^22.14.1",