Fix slash commands
This commit is contained in:
parent
ad023a9558
commit
f1b774e292
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -10,7 +10,7 @@
|
|||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"colors": "^1.4.0",
|
||||
"discord.js": "^14.14.1",
|
||||
"discord.js": "14.14.1",
|
||||
"ejs": "^3.1.10",
|
||||
"express": "^4.19.2"
|
||||
}
|
||||
|
@ -1404,7 +1404,7 @@
|
|||
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.61.tgz",
|
||||
"integrity": "sha512-o/dXNFfhBpYHpQFdT6FWzeO7pKc838QeeZ9d91CfVAtpr5XLK4B/zYxQbYgPdoMiTDvJfzcsLW5naXgmHGDNXw=="
|
||||
},
|
||||
"discord.js": {
|
||||
"discord.js": "14.14.1",
|
||||
"version": "14.14.1",
|
||||
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.14.1.tgz",
|
||||
"integrity": "sha512-/hUVzkIerxKHyRKopJy5xejp4MYKDPTszAnpYxzVVv4qJYf+Tkt+jnT2N29PIPschicaEEpXwF2ARrTYHYwQ5w==",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"colors": "^1.4.0",
|
||||
"discord.js": "^14.14.1",
|
||||
"discord.js": "14.14.1",
|
||||
"ejs": "^3.1.10",
|
||||
"express": "^4.19.2"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue