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 6334c02 commit 18657dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions disnake/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -1624,8 +1624,10 @@ def guild_polls(self):
This corresponds to the following events:
- :func:`on_poll_vote_add`
- :func:`on_poll_vote_remove`
- :func:`on_poll_vote_add` (only for guilds)
- :func:`on_poll_vote_remove` (only for guilds)
- :func:`on_raw_poll_vote_add` (only for guilds)
- :func:`on_raw_poll_vote_remove` (only for guilds)
"""
return 1 << 24

Expand Down

0 comments on commit 18657dc

Please sign in to comment.