Skip to content

Commit

Permalink
added GatewayIntent
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-t committed Sep 28, 2023
1 parent e308529 commit 9e676b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.DirectMessages
GatewayIntentBits.DirectMessages,
GatewayIntentBits.GuildMembers
]
}) as ClientWithCommands;

Expand Down

0 comments on commit 9e676b7

Please sign in to comment.