feat: upgrade to discord.js v13.3.1

This commit is contained in:
Dragory 2021-11-02 21:17:00 +02:00
parent 65b87f4e0b
commit 9105495d72
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
3 changed files with 206 additions and 51 deletions

View file

@ -23,6 +23,7 @@
"test-watch": "tsc-watch --onSuccess \"npx ava\""
},
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"@silvia-odwyer/photon-node": "^0.3.1",
"blocked-at": "^1.2.0",
"bufferutil": "^4.0.3",
@ -30,7 +31,7 @@
"cross-env": "^5.2.0",
"deep-diff": "^1.0.2",
"discord-api-types": "^0.22.0",
"discord.js": "^13.2.0",
"discord.js": "^13.3.1",
"dotenv": "^4.0.0",
"emoji-regex": "^8.0.0",
"erlpack": "github:almeidx/erlpack#f0c535f73817fd914806d6ca26a7730c14e0fb7c",