diff options
| author | Rapptz <[email protected]> | 2016-09-12 20:25:32 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-09-12 20:25:32 -0400 |
| commit | 713037836ccbc4c4492a71e87e4cb38df5ddc665 (patch) | |
| tree | 640ea4ff1e5ab98867931804db1ee7e5f51c58f1 /docs | |
| parent | Support for pinned system messages. (diff) | |
| download | discord.py-713037836ccbc4c4492a71e87e4cb38df5ddc665.tar.xz discord.py-713037836ccbc4c4492a71e87e4cb38df5ddc665.zip | |
Document new MessageType.pins_add
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 91572621..168a6f19 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -460,6 +460,9 @@ All enumerations are subclasses of `enum`_. .. attribute:: channel_icon_change The system message denoting that a channel's icon has been changed. + .. attribute:: pins_add + + The system message denoting that a pinned message has been added to a channel. .. class:: ServerRegion |