-
Notifications
You must be signed in to change notification settings - Fork 0
Extensions Overview
Akumatic edited this page Oct 9, 2019
·
2 revisions
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
| Extension | Description |
|---|---|
| core.py | Core functionality (error and module handling) |
| user.py | Listener and Commands for Users |
| server.py | Listener and Commands for Server |
| updater.py | Updater functionality for extensions |
| fun.py | Fun/Game commands |