Browse Source
fix typo in ephemeral function definition
pull/7269/head
Nadir Chowdhury
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/flags.py
|
|
@ -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 |
|
|
|