add guild model docs page (no description, pls add docstrings to the model)

This commit is contained in:
grey-cat-1908 2022-03-20 17:11:11 +03:00
parent 2ec9bd4ccf
commit 842c8e4ae1

View 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()