mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Fix broken versionadded in Message.is_system()
This commit is contained in:
parent
bc147ea37b
commit
5022aa5a0b
@ -570,7 +570,7 @@ class Message:
|
||||
def is_system(self):
|
||||
""":class:`bool`: Whether the message is a system message.
|
||||
|
||||
..versionadded:: 1.3
|
||||
.. versionadded:: 1.3
|
||||
"""
|
||||
return self.type is not MessageType.default
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user