mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-12 00:39:56 +00:00
fix typo in ephemeral function definition
This commit is contained in:
parent
15eb3d2e5d
commit
262a50196d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user