mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
fix docs
This commit is contained in:
parent
d3ed886b8a
commit
719b814713
1 changed files with 3 additions and 2 deletions
|
@ -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``
|
errors. In order to turn a function into a coroutine they must be ``async def``
|
||||||
functions.
|
functions.
|
||||||
|
|
||||||
|
Here you can find some information about events:
|
||||||
|
|
||||||
+------------------------+----------------------------------+
|
+------------------------+----------------------------------+
|
||||||
| Boticord Events | Returns Type |
|
| 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 |
|
| new_server_comment | Raw Data |
|
||||||
+------------------------+----------------------------------+
|
+------------------------+----------------------------------+
|
||||||
| edit_server_comment | Raw Data |
|
| edit_server_comment | Raw Data |
|
||||||
+------------------------s+---------------------------------+
|
+------------------------+---------------------------------+
|
||||||
| delete_server_comment | Raw Data |
|
| delete_server_comment | Raw Data |
|
||||||
+------------------------+----------------------------------+
|
+------------------------+----------------------------------+
|
||||||
|
|
||||||
|
@ -59,5 +60,5 @@ You can find more events in Boticord Documentation.
|
||||||
|
|
||||||
Types
|
Types
|
||||||
------------
|
------------
|
||||||
.. autoclass:: boticordpy.types
|
.. automodule:: boticordpy.types
|
||||||
:members:
|
:members:
|
||||||
|
|
Loading…
Reference in a new issue