From 9865edfc00970d1d14cb84049b4267945ee4ff28 Mon Sep 17 00:00:00 2001 From: Akumatic <32218926+Akumatic@users.noreply.github.com> Date: Wed, 9 Oct 2019 16:11:40 +0200 Subject: [PATCH] Updated Extensions Overview (markdown) --- Extensions-Overview.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Extensions-Overview.md b/Extensions-Overview.md index 427bef5..d24ca6b 100644 --- a/Extensions-Overview.md +++ b/Extensions-Overview.md @@ -1 +1,15 @@ -# Extensions Overview \ No newline at end of file +# Extensions Overview + +Every extension documentation has a table with all commands. +- Multiple names in the "Command" column indicate aliases. All of them would be a valid call +- Arguments can be required (indicated by { }) or optional (indicated by [ ]) + - optional arguments shows a default value if available + +## Extensions +| Extension | Description | +|---|---| +|[core.py](https://github.com/Akumatic/Akuma-Matata/wiki/core.py)|Core functionality (error and module handling)| +|[user.py](https://github.com/Akumatic/Akuma-Matata/wiki/user.py)|Listener and Commands for Users| +|[server.py](https://github.com/Akumatic/Akuma-Matata/wiki/server.py)|Listener and Commands for Server| +|[updater.py](https://github.com/Akumatic/Akuma-Matata/wiki/updater.py)|Updater functionality for extensions| +|[fun.py](https://github.com/Akumatic/Akuma-Matata/wiki/fun.py)|Fun/Game commands| \ No newline at end of file