mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
Remove unused intent
This commit is contained in:
parent
c57f55a48f
commit
c37bffe8a9
@ -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