Browse Source

Fix miswording in docstring about bot.emojis

pull/10166/merge
Ken-Miles 7 days ago
committed by GitHub
parent
commit
13dc9c9d16
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/client.py

2
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

Loading…
Cancel
Save