From 07483297ad77b0df7e8717ca5109730737a10279 Mon Sep 17 00:00:00 2001 From: Sebastian Law Date: Tue, 20 Jul 2021 23:47:36 -0700 Subject: [PATCH] Fix typo in UserFlags.has_unread_urgent_messages --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index ab456e49b..a14796b1d 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.