mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-11 08:19:54 +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
|
||||
|
||||
@flag_value
|
||||
def ephemeral(Self):
|
||||
def ephemeral(self):
|
||||
""":class:`bool`: Returns ``True`` if the source message is ephemeral.
|
||||
|
||||
.. versionadded:: 2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user