forked from pothtonswer/discordmuffin
feat(structs): add intents for guild and direct message polls (#1612)
This commit is contained in:
parent
1270b0f9cf
commit
69ea356662
1 changed files with 2 additions and 0 deletions
|
@ -3008,6 +3008,8 @@ const (
|
||||||
IntentGuildScheduledEvents Intent = 1 << 16
|
IntentGuildScheduledEvents Intent = 1 << 16
|
||||||
IntentAutoModerationConfiguration Intent = 1 << 20
|
IntentAutoModerationConfiguration Intent = 1 << 20
|
||||||
IntentAutoModerationExecution Intent = 1 << 21
|
IntentAutoModerationExecution Intent = 1 << 21
|
||||||
|
IntentGuildMessagePolls Intent = 1 << 24
|
||||||
|
IntentDirectMessagePolls Intent = 1 << 25
|
||||||
|
|
||||||
// TODO: remove when compatibility is not needed
|
// TODO: remove when compatibility is not needed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue