Browse Source
Fix miswording in docstring about bot.emojis
pull/10166/merge
Ken-Miles
7 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
discord/client.py
|
|
@ -381,7 +381,7 @@ class Client: |
|
|
|
|
|
|
|
.. note:: |
|
|
|
|
|
|
|
This not include the emojis that are owned by the application. |
|
|
|
This does not include the emojis that are owned by the application. |
|
|
|
Use :meth:`.fetch_application_emoji` to get those. |
|
|
|
""" |
|
|
|
return self._connection.emojis |
|
|
|