Skip to content

Commit

Permalink
perf: remove unneeded intents
Browse files Browse the repository at this point in the history
  • Loading branch information
tippfehlr committed Mar 9, 2024
1 parent b33c16e commit ad9312f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ export const client = new Discord.Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildPresences,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.DirectMessages
]
});

Expand Down

0 comments on commit ad9312f

Please sign in to comment.