Fixed issue with lengthen, added new activity messages

This commit is contained in:
TheEssem 2020-08-06 14:21:48 -05:00
parent 70c4ff298f
commit b8527067d9
3 changed files with 6 additions and 3 deletions

View file

@ -2,7 +2,6 @@
const { Client } = require("eris");
const client = new Client(process.env.TOKEN, {
disableEvents: {
CHANNEL_CREATE: true,
CHANNEL_DELETE: true,
CHANNEL_UPDATE: true,
GUILD_BAN_REMOVE: true,