Remove commands that no longer work, fix others

This commit is contained in:
Daniel Odendahl Jr
2019-01-31 20:02:34 +00:00
parent 649cf16709
commit 69c1b4d2cf
12 changed files with 12 additions and 139 deletions
+2 -2
View File
@@ -7,7 +7,6 @@ const client = new Client({
owner: OWNERS.split(','),
invite: INVITE,
disableEveryone: true,
unknownCommandResponse: false,
disabledEvents: ['TYPING_START']
});
const activities = require('./assets/json/activity');
@@ -36,7 +35,8 @@ client.registry
help: false,
ping: false,
prefix: false,
commandState: false
commandState: false,
unknownCommand: false
})
.registerCommandsIn(path.join(__dirname, 'commands'));