Browse Source
Fix documentation for NotificationLevel
pull/1741/head
Chris R
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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. |
|
|
|
|
|
|
|