Browse Source

Fix documentation for NotificationLevel

pull/1741/head
Chris R 6 years ago
committed by GitHub
parent
commit
66e5033785
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/api.rst

4
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.

Loading…
Cancel
Save