diff options
| author | NCPlayz <[email protected]> | 2019-11-20 19:57:34 +0000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-12-20 20:56:40 -0500 |
| commit | 9c6a121644a33ab27f00c5241a90fdfcc07f3ffa (patch) | |
| tree | 369f32fc26e0e1840b664adc83eed23860a5509e /docs/api.rst | |
| parent | Default the Streaming name to the one passed for user created ones. (diff) | |
| download | discord.py-9c6a121644a33ab27f00c5241a90fdfcc07f3ffa.tar.xz discord.py-9c6a121644a33ab27f00c5241a90fdfcc07f3ffa.zip | |
Implement discord.MessageFlags
Refactor flags placement and use it for suppression.
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 46bbe2a6..f929ea26 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2507,6 +2507,12 @@ SystemChannelFlags .. autoclass:: SystemChannelFlags :members: +MessageFlags +~~~~~~~~~~~~ + +.. autoclass:: MessageFlags + :members: + Exceptions ------------ |