aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-21 19:06:43 +0200
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-21 19:06:43 +0200
commitb59da2cca7eab152ac51bcb1de00af7c7cf9fdfb (patch)
tree2d77112f3c10e4cd0da619ba11aecac47504364e /main.go
parent453a3e235bc209d4ec8e092774132f7439f913bd (diff)
fix(gokord): missing intents
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index b83b817..53b26ac 100644
--- a/main.go
+++ b/main.go
@@ -171,6 +171,7 @@ func main() {
AfterInit: afterInit,
Innovations: innovations,
Version: &Version,
+ Intents: discordgo.IntentsAllWithoutPrivileged | discordgo.IntentsGuildMessages | discordgo.IntentGuildMembers,
}
bot.Start()