Skip to content

Commit

Permalink
Fix discord intents
Browse files Browse the repository at this point in the history
  • Loading branch information
kira0x1 committed Nov 17, 2021
1 parent 01113f5 commit 7e58c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ logger.info(

// Instantiate discord.js client
export const client = new Client({
intents: ['GUILD_MESSAGES', 'GUILD_VOICE_STATES', 'DIRECT_MESSAGES'],
intents: ['GUILDS', 'GUILD_MESSAGES', 'GUILD_VOICE_STATES', 'DIRECT_MESSAGES'],
presence: {
activities: [
{
Expand Down

0 comments on commit 7e58c29

Please sign in to comment.