1
0
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:
Nadir Chowdhury 2021-07-21 07:46:39 +01:00 committed by GitHub
parent 15eb3d2e5d
commit 262a50196d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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