trying new permissions
This commit is contained in:
parent
a9fb893624
commit
217afeab71
7
bolt.go
7
bolt.go
@ -13,7 +13,12 @@ import (
|
|||||||
const (
|
const (
|
||||||
TOKEN_ENV_VAR = "DISCORD_TOKEN" //label for token environment variable
|
TOKEN_ENV_VAR = "DISCORD_TOKEN" //label for token environment variable
|
||||||
|
|
||||||
BOT_INTENTS = dg.IntentGuildMembers | //discord permissions for the bot
|
// BOT_INTENTS = dg.IntentGuildMembers | //discord permissions for the bot
|
||||||
|
// dg.IntentGuildPresences |
|
||||||
|
// dg.IntentMessageContent
|
||||||
|
|
||||||
|
BOT_INTENTS = dg.IntentsAllWithoutPrivileged |
|
||||||
|
dg.IntentGuildMembers |
|
||||||
dg.IntentGuildPresences |
|
dg.IntentGuildPresences |
|
||||||
dg.IntentMessageContent
|
dg.IntentMessageContent
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user