diff options
| author | JohnyTheCarrot <[email protected]> | 2020-04-12 21:08:39 +0200 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-05-29 22:40:14 -0400 |
| commit | ab5f995d78c12005cae7cf51c174656207e0e134 (patch) | |
| tree | bb0f36c4c3e755246ce21a2c45d1b2f695fc6ce2 /docs/api.rst | |
| parent | Document that sleep_until considers naive datetimes as UTC. (diff) | |
| download | discord.py-ab5f995d78c12005cae7cf51c174656207e0e134.tar.xz discord.py-ab5f995d78c12005cae7cf51c174656207e0e134.zip | |
Add support for public user flags
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 6a1b6614..72ad9ae0 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2647,6 +2647,12 @@ MessageFlags .. autoclass:: MessageFlags :members: +PublicUserFlags +~~~~~~~~~~~~~~~ + +.. autoclass:: PublicUserFlags + :members: + Exceptions ------------ |