Skip to content

Commit 13dc9c9

Browse files
authored
Fix miswording in docstring about bot.emojis
1 parent a005109 commit 13dc9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def emojis(self) -> Sequence[Emoji]:
381381
382382
.. note::
383383
384-
This not include the emojis that are owned by the application.
384+
This does not include the emojis that are owned by the application.
385385
Use :meth:`.fetch_application_emoji` to get those.
386386
"""
387387
return self._connection.emojis

0 commit comments

Comments
 (0)