From 50cbf5d71dad0c6a9095bb09ded8bf20143a8204 Mon Sep 17 00:00:00 2001 From: dolfies Date: Sun, 20 Feb 2022 12:06:10 -0500 Subject: [PATCH] Improve message flag descriptions --- discord/flags.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/discord/flags.py b/discord/flags.py index 8e3a82510..c73463d8d 100644 --- a/discord/flags.py +++ b/discord/flags.py @@ -305,8 +305,8 @@ class MessageFlags(BaseFlags): @flag_value def loading(self): - """:class:`bool`: Returns ``True`` if the message is a deferred - interaction response and has a "bot is thinking" response. + """:class:`bool`: Returns ``True`` if the message is an + Interaction Response and the bot is "thinking". .. versionadded:: 2.0 """ @@ -314,8 +314,8 @@ class MessageFlags(BaseFlags): @flag_value def failed_to_mention_some_roles_in_thread(self): - """:class:`bool`: Returns ``True`` if Discord failed to add some - mentioned members to the thread. + """:class:`bool`: Returns ``True`` if the source message failed to + mention some roles and add their members to the thread. There is an alias for this called :attr:`failed_to_mention_roles`.