Fix documentation for NotificationLevel

This commit is contained in:
Chris R
2018-11-26 13:40:06 -05:00
committed by GitHub
parent e6a8eb1a7c
commit 66e5033785

View File

@ -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. 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. 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. Members receive notifications for messages they are mentioned in.