mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 08:23:09 +00:00
fix typo in ephemeral function definition
This commit is contained in:
@@ -288,7 +288,7 @@ class MessageFlags(BaseFlags):
|
|||||||
return 32
|
return 32
|
||||||
|
|
||||||
@flag_value
|
@flag_value
|
||||||
def ephemeral(Self):
|
def ephemeral(self):
|
||||||
""":class:`bool`: Returns ``True`` if the source message is ephemeral.
|
""":class:`bool`: Returns ``True`` if the source message is ephemeral.
|
||||||
|
|
||||||
.. versionadded:: 2.0
|
.. versionadded:: 2.0
|
||||||
|
Reference in New Issue
Block a user