Fixed permission updates not being properly cached
This commit is contained in:
parent
acacfb0999
commit
269cba3ce3
1 changed files with 0 additions and 1 deletions
1
app.js
1
app.js
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue