turn off changelog because it doesn't work
This commit is contained in:
parent
5ee9d4106d
commit
436f8564be
2 changed files with 10 additions and 4 deletions
|
@ -6,10 +6,10 @@ module.exports = class Changelog extends Command {
|
|||
name: 'changelog',
|
||||
description: 'View the latest changes of the bot',
|
||||
aliases: ['chl', 'c'],
|
||||
module: 'General',
|
||||
module: 'Developers',
|
||||
cooldown: 5,
|
||||
guildOnly: false,
|
||||
developerOnly: false,
|
||||
developerOnly: true,
|
||||
nsfw: false
|
||||
});
|
||||
}
|
||||
|
|
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -668,10 +668,11 @@
|
|||
"abort-controller": "^3.0.0",
|
||||
"form-data": "^2.3.3",
|
||||
"node-fetch": "^2.3.0",
|
||||
"pako": "^1.0.8",
|
||||
"prism-media": "^1.0.0",
|
||||
"setimmediate": "^1.0.5",
|
||||
"tweetnacl": "^1.0.1",
|
||||
"ws": "^7.2.0"
|
||||
"ws": "^6.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"ws": {
|
||||
|
@ -2450,6 +2451,11 @@
|
|||
"semver": "^5.1.0"
|
||||
}
|
||||
},
|
||||
"pako": {
|
||||
"version": "1.0.10",
|
||||
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.10.tgz",
|
||||
"integrity": "sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw=="
|
||||
},
|
||||
"parse-ms": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-2.1.0.tgz",
|
||||
|
|
Loading…
Reference in a new issue