Skip to content

Commit

Permalink
Merge pull request Pycord-Development#294 from Aiko-IT-Systems/featur…
Browse files Browse the repository at this point in the history
…e/suppres-join-wave-button

Add join_notification_replies 1<<3
  • Loading branch information
BobDotCom authored Oct 21, 2021
2 parents 997d364 + 17d23b2 commit 7e80e0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions discord/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@ def guild_reminder_notifications(self):
"""
return 4

@flag_value
def join_notification_replies(self):
""":class:`bool`: Returns ``True`` if the system channel is allowing member join sticker replies.
.. versionadded:: 2.0
"""
return 8


@fill_with_flags()
class MessageFlags(BaseFlags):
Expand Down

0 comments on commit 7e80e0d

Please sign in to comment.