Skip to content

Commit 69ea356

Browse files
authored
feat(structs): add intents for guild and direct message polls (#1612)
1 parent 1270b0f commit 69ea356

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

structs.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3008,6 +3008,8 @@ const (
30083008
IntentGuildScheduledEvents Intent = 1 << 16
30093009
IntentAutoModerationConfiguration Intent = 1 << 20
30103010
IntentAutoModerationExecution Intent = 1 << 21
3011+
IntentGuildMessagePolls Intent = 1 << 24
3012+
IntentDirectMessagePolls Intent = 1 << 25
30113013

30123014
// TODO: remove when compatibility is not needed
30133015

0 commit comments

Comments
 (0)