diff options
| author | FrostLuma <[email protected]> | 2018-01-22 17:46:28 +0100 |
|---|---|---|
| committer | FrostLuma <[email protected]> | 2018-01-22 17:46:28 +0100 |
| commit | c32b28f46d5b5dfdf45c62c84ad891f166b1b817 (patch) | |
| tree | 8d6375b2af558c40e0432e7820112c3d2b4229fd /docs | |
| parent | Change logic in PartialEmoji.__str__ a little. (diff) | |
| download | discord.py-c32b28f46d5b5dfdf45c62c84ad891f166b1b817.tar.xz discord.py-c32b28f46d5b5dfdf45c62c84ad891f166b1b817.zip | |
Add documentation for new_member system messages
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 214fd8c8..30b68374 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. |