mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
Remove unused intent
This commit is contained in:
parent
504277ed44
commit
47fb01dc00
@ -53,7 +53,7 @@ export default class TClient extends Discord.Client {
|
|||||||
Discord.GatewayIntentBits.GuildModeration, Discord.GatewayIntentBits.GuildInvites,
|
Discord.GatewayIntentBits.GuildModeration, Discord.GatewayIntentBits.GuildInvites,
|
||||||
Discord.GatewayIntentBits.GuildMessageReactions, Discord.GatewayIntentBits.GuildPresences,
|
Discord.GatewayIntentBits.GuildMessageReactions, Discord.GatewayIntentBits.GuildPresences,
|
||||||
Discord.GatewayIntentBits.MessageContent, Discord.GatewayIntentBits.GuildMessages,
|
Discord.GatewayIntentBits.MessageContent, Discord.GatewayIntentBits.GuildMessages,
|
||||||
Discord.GatewayIntentBits.GuildVoiceStates, Discord.GatewayIntentBits.DirectMessages
|
Discord.GatewayIntentBits.DirectMessages
|
||||||
], partials: [
|
], partials: [
|
||||||
Discord.Partials.Channel, Discord.Partials.Reaction, Discord.Partials.Message
|
Discord.Partials.Channel, Discord.Partials.Reaction, Discord.Partials.Message
|
||||||
], allowedMentions: {users:[],roles:[]}
|
], allowedMentions: {users:[],roles:[]}
|
||||||
|
Loading…
Reference in New Issue
Block a user