Skip to content

Commit

Permalink
feat: Added suppress_notifications message-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoderpy committed Feb 8, 2023
1 parent 8043947 commit 80cbbd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions discord/flags.py
Expand Up @@ -325,6 +325,11 @@ def loading(self):
def failed_to_mention_some_roles_in_thread(self):
""":class:`bool`: Returns ``True`` if the message failed to mention some roles and add their members to the thread."""
return 256

@flag_value
def suppress_notifications(self):
""":class:`bool`: Returns ``True`` if the message is "silent" (does not trigger pus-notifications)"""
return 4096


@fill_with_flags()
Expand Down

1 comment on commit 80cbbd7

@deez-changelogs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog for v2.0a423 (80cbbd7) [branch developer]

❗ It looks like this is an older commit/push before we started to really enforce conventional commit messages ❗

Please sign in to comment.