From c32b28f46d5b5dfdf45c62c84ad891f166b1b817 Mon Sep 17 00:00:00 2001 From: FrostLuma Date: Mon, 22 Jan 2018 17:46:28 +0100 Subject: [PATCH] Add documentation for new_member system messages --- docs/api.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 214fd8c89..30b683742 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -683,6 +683,10 @@ All enumerations are subclasses of `enum`_. The system message denoting that a pinned message has been added to a channel. + .. attribute:: new_member + + The system message denoting that a new member has joined a Guild. + .. class:: VoiceRegion Specifies the region a voice server belongs to.