diff options
| author | Chris R <[email protected]> | 2018-11-26 13:40:06 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-11-26 13:40:06 -0500 |
| commit | 66e5033785259400d340b8c00eaa8ad60fbbb82a (patch) | |
| tree | 72a63cc67d3897ec2889aeee0a5af4fe4a7f95a9 /docs | |
| parent | Fix bug in Guild.splash_url (diff) | |
| download | discord.py-66e5033785259400d340b8c00eaa8ad60fbbb82a.tar.xz discord.py-66e5033785259400d340b8c00eaa8ad60fbbb82a.zip | |
Fix documentation for NotificationLevel
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 4 |
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. |