aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/api.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 345fd913..faa79558 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -856,10 +856,10 @@ All enumerations are subclasses of `enum`_.
Specifies whether a :class:`Guild` has notifications on for all messages or mentions only by default.
- ..attribute:: all_messages
+ .. attribute:: all_messages
Members receive notifications for every message regardless of them being mentioned.
- ..attribute:: only_mentions
+ .. attribute:: only_mentions
Members receive notifications for messages they are mentioned in.