aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastian Law <[email protected]>2021-07-20 23:47:36 -0700
committerGitHub <[email protected]>2021-07-21 02:47:36 -0400
commit07483297ad77b0df7e8717ca5109730737a10279 (patch)
treeecca805ef26777808dc705f03da703cb9a56864e /docs
parentFix Thread.slowmode_delay not updating (diff)
downloaddiscord.py-07483297ad77b0df7e8717ca5109730737a10279.tar.xz
discord.py-07483297ad77b0df7e8717ca5109730737a10279.zip
Fix typo in UserFlags.has_unread_urgent_messages
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst
index ab456e49..a14796b1 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -1318,7 +1318,7 @@ of :class:`enum.Enum`.
The user is a system user (i.e. represents Discord officially).
.. attribute:: has_unread_urgent_messages
- The user has an unready system message.
+ The user has an unread system message.
.. attribute:: bug_hunter_level_2
The user is a Bug Hunter Level 2.