disable intent
This commit is contained in:
parent
d9bed73805
commit
4e2ae7344c
@ -6,7 +6,7 @@
|
||||
"132777808362471424"
|
||||
],
|
||||
"clientOptions": {
|
||||
"commentedOut": ["REACTION","MESSAGE","USER"],
|
||||
"commentedOut": ["GUILD_PRESENCES","REACTION","MESSAGE","USER"],
|
||||
"partials": [
|
||||
"CHANNEL"
|
||||
],
|
||||
@ -17,7 +17,7 @@
|
||||
"GUILD_VOICE_STATES",
|
||||
"GUILD_WEBHOOKS",
|
||||
"GUILD_BANS",
|
||||
"GUILD_PRESENCES",
|
||||
|
||||
"GUILD_MESSAGE_REACTIONS",
|
||||
"DIRECT_MESSAGES"
|
||||
],
|
||||
|
@ -41,7 +41,7 @@ class UtilityHook extends Observer {
|
||||
await this.client.storageManager.mongodb.role_cache.updateOne({
|
||||
member: member.id, guild: guild.id
|
||||
}, {
|
||||
roles: storeThese, timestamp: Math.floor(Date.now() / 1000)
|
||||
roles: storeThese, timestamp: Date.now()
|
||||
});
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user