diff --git a/README.md b/README.md index 24c9372..8a84a5d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ cargo build --release The compiled executable will be at `./target/release/errornowatcher` ## Usage -Running the bot for the first time will create the `bot_configuration.toml` file, where you can change several options: +Running the bot will create the `bot_configuration.toml` file, where you can change several options: ```toml username = "" server_address = "" @@ -36,3 +36,5 @@ alert_command = [ "", ] ``` +Run `/msg help` to see a list of commands you can run.\ +For example, `BotStatus` = `/msg bot_status`