mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
[V3 Docs] Add data manager information (#1056)
* Add Data Manager docs * Add rst file * Add note on data manager's purpose
This commit is contained in:
11
docs/framework_datamanager.rst
Normal file
11
docs/framework_datamanager.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
.. data manager docs
|
||||
|
||||
============
|
||||
Data Manager
|
||||
============
|
||||
|
||||
Data manager is a module that handles all the information necessary to bootstrap
|
||||
the bot into a state where more abstract data management systems can take over.
|
||||
|
||||
.. automodule:: redbot.core.data_manager
|
||||
:members:
|
||||
Reference in New Issue
Block a user