remove aliases

This commit is contained in:
Mylloon 2024-01-24 19:29:05 +01:00
parent ba44ff7cd5
commit 1962af8c7e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -6,12 +6,14 @@
Here is the list of available commands by default:
| Command | Alias | Explanation |
| -------- | ------------------------------- | ------------------------------------------------------------------- |
| `add` | | Add command to the database (`add command_name command_message`) |
| `remove` | `delete` | Remove command from database (`remove command_name`) |
| `list` | `commande`, `commandes`, `help` | Print all available commands (internal and user-defined) |
| `edit` | | Modify a database command (`edit command_name new_command_message`) |
> Some command have aliases, see `list` for more information
| Command | Explanation |
| -------- | ------------------------------------------------------------------- |
| `add` | Add command to the database (`add command_name command_message`) |
| `remove` | Remove command from database (`remove command_name`) |
| `list` | Print all available commands (internal and user-defined) |
| `edit` | Modify a database command (`edit command_name new_command_message`) |
## Setup with Docker