From caf25afc42d61c94d7e7741ffb717a8e7c86b636 Mon Sep 17 00:00:00 2001 From: Vegard Berg Date: Wed, 2 Oct 2024 22:30:56 +0200 Subject: [PATCH] chore: use non-deprecated intents --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0b8dc59..c941be3 100644 --- a/main.go +++ b/main.go @@ -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 |