Skip to content

Commit 7e80e0d

Browse files
authored
Merge pull request #294 from Aiko-IT-Systems/feature/suppres-join-wave-button
Add join_notification_replies 1<<3
2 parents 997d364 + 17d23b2 commit 7e80e0d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

discord/flags.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,14 @@ def guild_reminder_notifications(self):
217217
"""
218218
return 4
219219

220+
@flag_value
221+
def join_notification_replies(self):
222+
""":class:`bool`: Returns ``True`` if the system channel is allowing member join sticker replies.
223+
224+
.. versionadded:: 2.0
225+
"""
226+
return 8
227+
220228

221229
@fill_with_flags()
222230
class MessageFlags(BaseFlags):

0 commit comments

Comments
 (0)