From cd0503ab061b2fa24e3f617424ad6dfb94297a63 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Fri, 13 Jan 2023 16:35:39 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`