From 66e5033785259400d340b8c00eaa8ad60fbbb82a Mon Sep 17 00:00:00 2001 From: Chris R <39552369+crrapi@users.noreply.github.com> Date: Mon, 26 Nov 2018 13:40:06 -0500 Subject: [PATCH] Fix documentation for NotificationLevel --- docs/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 345fd913c..faa795585 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.