mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Small doc fix, not updated
This commit is contained in:
parent
e052b9f5eb
commit
f19794daf9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Command:
|
|||
command_description: A small description of the command, to be displayed when the command is being autocompleted.
|
||||
command_syntax: The syntax of the command, to be displayed when a :py:exc:`royalnet.error.InvalidInputError` is raised, in the format ``(required_arg) [optional_arg]``.
|
||||
require_alchemy_tables: A set of :py:class:`royalnet.database` tables, that must exist for this command to work.
|
||||
network_handlers: A list of :py:class:`classyalnet.utils.NetworkHandler`s that must exist for this command to work."""
|
||||
network_handlers: A list of :py:class:`royalnet.utils.NetworkHandler`s that must exist for this command to work."""
|
||||
|
||||
command_name: str = NotImplemented
|
||||
command_description: str = NotImplemented
|
||||
|
|
Loading…
Reference in a new issue