mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-20 18:06:47 +00:00
Fix miswording in docstring about bot.emojis
This commit is contained in:
parent
a00510988a
commit
13dc9c9d16
@ -381,7 +381,7 @@ class Client:
|
|||||||
|
|
||||||
.. note::
|
.. 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.
|
Use :meth:`.fetch_application_emoji` to get those.
|
||||||
"""
|
"""
|
||||||
return self._connection.emojis
|
return self._connection.emojis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user