diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-21 19:06:43 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-21 19:06:43 +0200 |
| commit | b59da2cca7eab152ac51bcb1de00af7c7cf9fdfb (patch) | |
| tree | 2d77112f3c10e4cd0da619ba11aecac47504364e /main.go | |
| parent | 453a3e235bc209d4ec8e092774132f7439f913bd (diff) | |
fix(gokord): missing intents
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -171,6 +171,7 @@ func main() { AfterInit: afterInit, Innovations: innovations, Version: &Version, + Intents: discordgo.IntentsAllWithoutPrivileged | discordgo.IntentsGuildMessages | discordgo.IntentGuildMembers, } bot.Start() |
