diff options
| author | Josh <[email protected]> | 2021-04-25 18:35:45 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-25 04:35:45 -0400 |
| commit | 368fda72729d749feebc43a4a410afe90532a7d5 (patch) | |
| tree | d87df528d3bf3b21b7d154269c0dc1b404a0e36b /docs | |
| parent | [commands] Add support for typing.Union to Flags (diff) | |
| download | discord.py-368fda72729d749feebc43a4a410afe90532a7d5.tar.xz discord.py-368fda72729d749feebc43a4a410afe90532a7d5.zip | |
Remove HypesquadHouse enum from docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/api.rst b/docs/api.rst index 60ba7e55..c0358820 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1119,20 +1119,6 @@ of :class:`enum.Enum`. Represents a slash command interaction. -.. class:: HypeSquadHouse - - Specifies the HypeSquad house a user belongs to. - - .. attribute:: bravery - - The "Bravery" house. - .. attribute:: brilliance - - The "Brilliance" house. - .. attribute:: balance - - The "Balance" house. - .. class:: VoiceRegion Specifies the region a voice server belongs to. |