Skip to content

Commit

Permalink
chore: remove necessary intent
Browse files Browse the repository at this point in the history
  • Loading branch information
yuimarudev committed Feb 17, 2024
1 parent 428e725 commit 4468ca8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const gateway = new WebSocketManager({
GatewayIntentBits.Guilds |
GatewayIntentBits.GuildMembers |
GatewayIntentBits.GuildVoiceStates |
GatewayIntentBits.GuildMembers |
GatewayIntentBits.GuildMessages |
GatewayIntentBits.MessageContent,
rest,
Expand Down

1 comment on commit 4468ca8

@yuimarudev
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これ necessary じゃなくて unnecessary だろw

Please sign in to comment.