From 13dc9c9d1600691ea74e253cc739c563c117410e Mon Sep 17 00:00:00 2001 From: Ken-Miles <46692523+Ken-Miles@users.noreply.github.com> Date: Tue, 15 Jul 2025 18:46:32 -0500 Subject: [PATCH] Fix miswording in docstring about bot.emojis --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index 68422435b..4f16e6ff5 100644 --- a/discord/client.py +++ b/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