Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -371,6 +371,15 @@ class SystemChannelFlags(BaseFlags):
|
|||
"""
|
||||
return 32
|
||||
|
||||
@flag_value
|
||||
def emoji_added(self):
|
||||
""":class:`bool`: Returns ``True`` if the system channel is used for
|
||||
emoji added notifications.
|
||||
|
||||
.. versionadded:: 2.7
|
||||
"""
|
||||
return 256
|
||||
|
||||
|
||||
@fill_with_flags()
|
||||
class MessageFlags(BaseFlags):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue