Skip to content

Commit

Permalink
chore: use non-deprecated intents
Browse files Browse the repository at this point in the history
  • Loading branch information
myrkvi committed Oct 2, 2024
1 parent 83837c9 commit caf25af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var rmGuildCommands = flag.Uint64("rm-guild-commands", 0, "Remove guild commands
var intents = gateway.IntentGuilds |
gateway.IntentGuildMembers |
gateway.IntentGuildModeration |
gateway.IntentGuildEmojisAndStickers |
gateway.IntentGuildExpressions |
gateway.IntentGuildIntegrations |
gateway.IntentGuildWebhooks |
gateway.IntentGuildInvites |
Expand Down

0 comments on commit caf25af

Please sign in to comment.