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');
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "110.8.1",
"version": "110.8.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {
@@ -40,7 +40,7 @@
"discord.js-commando": "github:discordjs/Commando",
"dotenv": "^8.2.0",
"gifencoder": "^2.0.1",
"mathjs": "^6.6.0",
"mathjs": "^6.6.1",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.28",