chore(Bullshit): Remove disableEveryone (Removed from v12)

This commit is contained in:
Dragon Fire
2020-02-26 17:00:31 -05:00
parent 04b4f06ace
commit d2672503d0
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -6,7 +6,6 @@ const client = new Client({
commandPrefix: XIAO_PREFIX,
owner: OWNERS.split(','),
invite: INVITE,
disableEveryone: true,
disabledEvents: ['TYPING_START']
});
const activities = require('./assets/json/activity');