Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing docs #877

Merged
merged 14 commits into from
Jan 30, 2022
Prev Previous commit
Next Next commit
Fix stage privacy level. it can only be guild_only
  • Loading branch information
Lulalaby committed Jan 28, 2022
commit 968a357f4ae1351e4efae24724c3fa61d8994553
6 changes: 2 additions & 4 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2894,13 +2894,11 @@ of :class:`enum.Enum`.
.. class:: StagePrivacyLevel

Represents a stage instance's privacy level.
Stage event privacy levels can only have 1 possible value at the moment so
this shouldn't really be used.

.. versionadded:: 2.0

.. attribute:: public

The stage instance can be joined by external users.

.. attribute:: closed

The stage instance can only be joined by members of the guild.
Expand Down