fix(gokord): missing intents
This commit is contained in:
parent
453a3e235b
commit
b59da2cca7
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -171,6 +171,7 @@ func main() {
|
|||
AfterInit: afterInit,
|
||||
Innovations: innovations,
|
||||
Version: &Version,
|
||||
Intents: discordgo.IntentsAllWithoutPrivileged | discordgo.IntentsGuildMessages | discordgo.IntentGuildMembers,
|
||||
}
|
||||
bot.Start()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue