diff --git a/core.py.md b/core.py.md index 3da6d50..5a62cde 100644 --- a/core.py.md +++ b/core.py.md @@ -10,13 +10,13 @@ This extension gives the bot core functionality (error and module handling). |on_command_error|Whenever a command error occurs, it sends the given error log to the corresponding context or to the owner's direct messages.| ## Commands -|Command|Required Permission|Description| -|---|---|---| -|`stop`|Bot Owner|Unloads all extensions and stops the bot.| -|`setGame {text}`|Bot Owner|Sets the current displayed game. If no text gets provided, it just prints the `help` command.| -|`load {ext} [true]`|Bot Owner|Loads {ext}1 if its not loaded yet. {ext} gets added to autostart if you add [true].| -|`unload {ext} [true]`|Bot Owner|Unloads {ext}1 if its loaded. {ext} gets removed from autostart if you add [true].| -|`reload {ext}`|Bot Owner|Reloads {ext}1 if its loaded.| +|Command|Arguments|Required Permission|Description| +|---|---|---|---| +|`stop`||Bot Owner|Unloads all extensions and stops the bot.| +|`setGame`|{text}|Bot Owner|Sets the current displayed game. If no text gets provided, it just prints the `help` command.| +|`load`|{ext} [true]|Bot Owner|Loads {ext} if its not loaded yet. {ext} gets added to autostart if you add [true].1| +|`unload`|{ext} [true]|Bot Owner|Unloads {ext} if its loaded. {ext} gets removed from autostart if you add [true].1| +|`reload`|{ext} [true]|Bot Owner|Reloads {ext} if its loaded.1| |`printExt`|Bot Owner|Sends all loaded extensions.| 1 {ext} has to be in the `extensions` folder. Pass just the name (without .py) to the command.