diff options
| author | bmintz <[email protected]> | 2018-10-17 22:50:17 +0000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-11-24 22:34:22 -0500 |
| commit | c184b0a53d2712de5d627aca317e712c641afb8f (patch) | |
| tree | f9954d48d4caf28f407f94e7d8eef1028fcdc3a3 /docs/api.rst | |
| parent | Add missing asyncio imports from the examples (diff) | |
| download | discord.py-c184b0a53d2712de5d627aca317e712c641afb8f.tar.xz discord.py-c184b0a53d2712de5d627aca317e712c641afb8f.zip | |
add support for Bug Hunter and Early Supporter 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 7fe668d5..ba7c3b34 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -617,6 +617,12 @@ Profile .. attribute:: partner A boolean indicating if the user is a Discord Partner. + .. attribute:: bug_hunter + + A boolean indicating if the user is a Bug Hunter. + .. attribute:: early_supporter + + A boolean indicating if the user has had premium before 10 October, 2018. .. attribute:: hypesquad A boolean indicating if the user is in Discord HypeSquad. |