Fixed permission updates not being properly cached

This commit is contained in:
TheEssem 2021-06-26 17:16:13 -05:00
parent acacfb0999
commit 269cba3ce3
No known key found for this signature in database
GPG Key ID: A3F9F02129092FCA
1 changed files with 0 additions and 1 deletions

1
app.js
View File

@ -17,7 +17,6 @@ const master = new Master(`Bot ${process.env.TOKEN}`, "/shard.js", {
clientOptions: {
disableEvents: {
CHANNEL_DELETE: true,
CHANNEL_UPDATE: true,
GUILD_BAN_REMOVE: true,
GUILD_MEMBER_ADD: true,
GUILD_MEMBER_REMOVE: true,