diff --git a/docs/doctrees/apireference.doctree b/docs/doctrees/apireference.doctree index add902de..3a8aed66 100644 Binary files a/docs/doctrees/apireference.doctree and b/docs/doctrees/apireference.doctree differ diff --git a/docs/doctrees/environment.pickle b/docs/doctrees/environment.pickle index 8a19806d..cb175423 100644 Binary files a/docs/doctrees/environment.pickle and b/docs/doctrees/environment.pickle differ diff --git a/docs/doctrees/index.doctree b/docs/doctrees/index.doctree index 537d5ccb..78f2192e 100644 Binary files a/docs/doctrees/index.doctree and b/docs/doctrees/index.doctree differ diff --git a/docs/html/_sources/index.rst.txt b/docs/html/_sources/index.rst.txt index 38a3a7d3..8adfa64d 100644 --- a/docs/html/_sources/index.rst.txt +++ b/docs/html/_sources/index.rst.txt @@ -4,7 +4,7 @@ royalnet Welcome to the documentation of Royalnet! .. toctree:: - :maxdepth: 2 + :maxdepth: 3 creatingacommand apireference diff --git a/docs/html/apireference.html b/docs/html/apireference.html index 5f1d467b..5cff7a9f 100644 --- a/docs/html/apireference.html +++ b/docs/html/apireference.html @@ -484,7 +484,7 @@
class royalnet.bots.GenericBot(*, royalnet_config: Optional[royalnet.network.royalnetconfig.RoyalnetConfig] = None, database_config: Optional[royalnet.database.databaseconfig.DatabaseConfig] = None, commands: List[Type[royalnet.commands.command.Command]] = None, sentry_dsn: Optional[str] = None, loop: asyncio.events.AbstractEventLoop = None)

A generic bot class, to be used as base for the other more specific classes, such as -royalnet.bots.TelegramBot and royalnet.bots.DiscordBot.

+royalnet.bots.TelegramBot and royalnet.bots.DiscordBot.

_data_factory() → Type[royalnet.commands.commanddata.CommandData]
@@ -784,7 +784,7 @@ That probably means, the database row identifying the user.

class royalnet.database.DatabaseConfig(database_uri: str, master_table: Type, identity_table: Type, identity_column_name: str)
-

The configuration to be used for the royalnet.database.Alchemy component of royalnet.bots.GenericBot.

+

The configuration to be used for the royalnet.database.Alchemy component of royalnet.bots.GenericBot.

diff --git a/docs/html/index.html b/docs/html/index.html index 3bf01527..53a29943 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -154,7 +154,13 @@