From 719b814713753b7205a2ca125c4e0524d0664011 Mon Sep 17 00:00:00 2001 From: Victor Kotlin Date: Sun, 19 Sep 2021 12:14:30 +0300 Subject: [PATCH] fix docs --- docs/reference.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference.rst b/docs/reference.rst index a0ca434..d5c3b59 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -35,6 +35,7 @@ You can name the function whatever you want, but the decorator must always speci errors. In order to turn a function into a coroutine they must be ``async def`` functions. +Here you can find some information about events: +------------------------+----------------------------------+ | Boticord Events | Returns Type | @@ -50,7 +51,7 @@ You can name the function whatever you want, but the decorator must always speci | new_server_comment | Raw Data | +------------------------+----------------------------------+ | edit_server_comment | Raw Data | -+------------------------s+---------------------------------+ ++------------------------+---------------------------------+ | delete_server_comment | Raw Data | +------------------------+----------------------------------+ @@ -59,5 +60,5 @@ You can find more events in Boticord Documentation. Types ------------ -.. autoclass:: boticordpy.types +.. automodule:: boticordpy.types :members: