3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +00:00

DJS Update, Full Import Cleanup

This commit is contained in:
Dark 2021-07-25 14:32:08 +02:00
parent acb4913495
commit c932269b7d
No known key found for this signature in database
GPG key ID: 384C4B4F5B1E25A8
67 changed files with 119 additions and 144 deletions

View file

@ -14,7 +14,7 @@
"cors": "^2.8.5",
"cross-env": "^5.2.0",
"deep-diff": "^1.0.2",
"discord.js": "^13.0.0-dev.07017a9.1626869177",
"discord.js": "^13.0.0-dev.4886ae2.1627214570",
"dotenv": "^4.0.0",
"emoji-regex": "^8.0.0",
"erlpack": "github:discord/erlpack",
@ -81,8 +81,8 @@
"version": "30.0.0-beta.38",
"license": "MIT",
"dependencies": {
"discord-api-types": "^0.19.0-next.836e8fb.1625574825",
"discord.js": "^13.0.0-dev.07017a9.1626869177",
"discord-api-types": "^0.21.0-next.ab1951b.1626870574",
"discord.js": "^13.0.0-dev.4886ae2.1627214570",
"knub-command-manager": "^9.1.0",
"ts-essentials": "^6.0.7"
},
@ -2159,9 +2159,9 @@
}
},
"node_modules/discord.js": {
"version": "13.0.0-dev.07017a9.1626869177",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.0.0-dev.07017a9.1626869177.tgz",
"integrity": "sha512-awnE/59Sy6tnoAZUP7/f8tudcDT68WXxK0pgZZpA7WTGfyR5+IokWsFmkbS49dDll7OZQbi+L8iRt8ahYo3PGQ==",
"version": "13.0.0-dev.4886ae2.1627214570",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.0.0-dev.4886ae2.1627214570.tgz",
"integrity": "sha512-9eqVCQyqqSHJcR1nki9NlaTD7FjvfkjJt8zcmF5wcCs/7P9v27UrPYg9yxvghswDvDhz9ojotYGGcpK7tSypmA==",
"dependencies": {
"@discordjs/builders": "^0.2.0",
"@discordjs/collection": "^0.1.6",
@ -8034,9 +8034,9 @@
"integrity": "sha512-hNC38R9ZF4uaujaZQtQfm5CdQO58uhdkoHQAVvMfIL0LgOSZeW575W8H6upngQOuoxWd8tiRII3LLJm9zuQKYg=="
},
"discord.js": {
"version": "13.0.0-dev.07017a9.1626869177",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.0.0-dev.07017a9.1626869177.tgz",
"integrity": "sha512-awnE/59Sy6tnoAZUP7/f8tudcDT68WXxK0pgZZpA7WTGfyR5+IokWsFmkbS49dDll7OZQbi+L8iRt8ahYo3PGQ==",
"version": "13.0.0-dev.4886ae2.1627214570",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.0.0-dev.4886ae2.1627214570.tgz",
"integrity": "sha512-9eqVCQyqqSHJcR1nki9NlaTD7FjvfkjJt8zcmF5wcCs/7P9v27UrPYg9yxvghswDvDhz9ojotYGGcpK7tSypmA==",
"requires": {
"@discordjs/builders": "^0.2.0",
"@discordjs/collection": "^0.1.6",
@ -8877,8 +8877,8 @@
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"chai": "^4.3.4",
"discord-api-types": "^0.19.0-next.836e8fb.1625574825",
"discord.js": "^13.0.0-dev.07017a9.1626869177",
"discord-api-types": "^0.21.0-next.ab1951b.1626870574",
"discord.js": "^13.0.0-dev.4886ae2.1627214570",
"eslint": "^7.2.0",
"husky": "^4.3.8",
"knub-command-manager": "^9.1.0",