mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-23 03:08:01 -05:00
[Config] Modify config's all methods to provide default values (#916)
* Add in functionality for Tobotimus * Cover all_guilds * Make it obvious * Fix auto rename of docstrings * Fix downloader docs warning
This commit is contained in:
@@ -43,16 +43,28 @@ API Reference
|
||||
|
||||
.. automodule:: core.config
|
||||
|
||||
Config
|
||||
^^^^^^
|
||||
|
||||
.. autoclass:: Config
|
||||
:members:
|
||||
|
||||
Group
|
||||
^^^^^
|
||||
|
||||
.. autoclass:: Group
|
||||
:members:
|
||||
:special-members:
|
||||
|
||||
MemberGroup
|
||||
^^^^^^^^^^^
|
||||
|
||||
.. autoclass:: MemberGroup
|
||||
:members:
|
||||
|
||||
Value
|
||||
^^^^^
|
||||
|
||||
.. autoclass:: Value
|
||||
:members:
|
||||
:special-members: __call__
|
||||
|
||||
@@ -69,7 +69,7 @@ Repo Manager
|
||||
:members:
|
||||
|
||||
Exceptions
|
||||
^^^^^^
|
||||
^^^^^^^^^^
|
||||
|
||||
.. automodule:: cogs.downloader.errors
|
||||
:members:
|
||||
|
||||
Reference in New Issue
Block a user