Breaking Changes!!! Changed discordeno to discord.js. Adaptation in progress.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user