Test on sphinx syntax 4

This commit is contained in:
Shadow15510 2023-07-22 11:19:24 +02:00
parent 6c74b5c95a
commit da7d6960fe
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@ class Bot:
threads : list, public
A list of threads for the commands with ``@api.every``.
Methods
-------
.. automethod:: __init__
.. automethod:: start
.. automethod:: send
.. automethod:: add_command
Examples
--------
Assuming the module was imported as follow: ``from irc_api import api``