mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
add guild model docs page (no description, pls add docstrings to the model)
This commit is contained in:
parent
2ec9bd4ccf
commit
842c8e4ae1
1 changed files with 61 additions and 0 deletions
61
docs/source/models/guild.rst
Normal file
61
docs/source/models/guild.rst
Normal file
|
@ -0,0 +1,61 @@
|
||||||
|
.. currentmodule:: melisa.models
|
||||||
|
|
||||||
|
Melisa Models Guild
|
||||||
|
===========================
|
||||||
|
|
||||||
|
Guild
|
||||||
|
----
|
||||||
|
|
||||||
|
DefaultMessageNotificationLevel
|
||||||
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. autoclass:: DefaultMessageNotificationLevel()
|
||||||
|
|
||||||
|
ExplicitContentFilterLevel
|
||||||
|
~~~~~~~~~~
|
||||||
|
|
||||||
|
.. autoclass:: ExplicitContentFilterLevel()
|
||||||
|
|
||||||
|
MFALevel
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. autoclass:: MFALevel()
|
||||||
|
|
||||||
|
VerificationLevel
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. autoclass:: VerificationLevel()
|
||||||
|
|
||||||
|
GuildNSFWLevel
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. autoclass:: GuildNSFWLevel()
|
||||||
|
|
||||||
|
PremiumTier
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. autoclass:: PremiumTier()
|
||||||
|
|
||||||
|
SystemChannelFlags
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. autoclass:: SystemChannelFlags()
|
||||||
|
|
||||||
|
GuildFeatures
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. autoclass:: GuildFeatures()
|
||||||
|
|
||||||
|
Guild
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
.. attributetable:: Guild
|
||||||
|
|
||||||
|
.. autoclass:: Guild()
|
||||||
|
|
||||||
|
UnavailableGuild
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
.. attributetable:: UnavailableGuild
|
||||||
|
|
||||||
|
.. autoclass:: UnavailableGuild()
|
Loading…
Reference in a new issue