Skip to content

Commit

Permalink
Update disnake/flags.py
Browse files Browse the repository at this point in the history
Co-authored-by: shiftinv <[email protected]>
Signed-off-by: Snipy7374 <[email protected]>
  • Loading branch information
Snipy7374 and shiftinv authored Aug 21, 2024
1 parent c125440 commit 6334c02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions disnake/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -1611,6 +1611,8 @@ def polls(self):
- :func:`on_poll_vote_add` (both guilds and DMs)
- :func:`on_poll_vote_remove` (both guilds and DMs)
- :func:`on_raw_poll_vote_add` (both guilds and DMs)
- :func:`on_raw_poll_vote_remove` (both guilds and DMs)
"""
return (1 << 24) | (1 << 25)

Expand Down

0 comments on commit 6334c02

Please sign in to comment.