From 8b18fa307b5e4a9acc6c057b7489c4d11de359b4 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 25 Nov 2018 01:42:33 -0500 Subject: Add support for default notification level in audit logs and Guild.edit --- docs/api.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index ef6cabaf..345fd913 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -855,7 +855,7 @@ All enumerations are subclasses of `enum`_. .. class:: NotificationLevel Specifies whether a :class:`Guild` has notifications on for all messages or mentions only by default. - + ..attribute:: all_messages Members receive notifications for every message regardless of them being mentioned. @@ -1595,6 +1595,12 @@ this goal, it must make use of a couple of data classes that aid in this goal. See also :attr:`Guild.verification_level`. + .. attribute:: default_notifications + + :class:`NotificationLevel` – The guild's default notification level. + + See also :attr:`Guild.default_notifications`. + .. attribute:: explicit_content_filter :class:`ContentFilter` – The guild's content filter. -- cgit v1.2.3