mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Add SystemChannelFlags.guild_reminder_notifications
This commit is contained in:
parent
65d48302ad
commit
d21e65ce47
@ -199,6 +199,14 @@ class SystemChannelFlags(BaseFlags):
|
|||||||
""":class:`bool`: Returns ``True`` if the system channel is used for Nitro boosting notifications."""
|
""":class:`bool`: Returns ``True`` if the system channel is used for Nitro boosting notifications."""
|
||||||
return 2
|
return 2
|
||||||
|
|
||||||
|
@flag_value
|
||||||
|
def guild_reminder_notifications(self):
|
||||||
|
""":class:`bool`: Returns ``True`` if the system channel is used for server setup helpful tips notifications.
|
||||||
|
|
||||||
|
.. versionadded:: 2.0
|
||||||
|
"""
|
||||||
|
return 4
|
||||||
|
|
||||||
|
|
||||||
@fill_with_flags()
|
@fill_with_flags()
|
||||||
class MessageFlags(BaseFlags):
|
class MessageFlags(BaseFlags):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user