Update README
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2022-11-21 14:44:54 +01:00
parent d2caccf080
commit 5e08cd748c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ java -jar HidekoBot.jar <botToken> [additional parameters]
Where `HidekoBot.jar` is the executable archive and `<botToken>` is your bot token passed as an argument.
Additionally available parameters are:
- **verbose**: log every message that the bot receives. Very spammy and performance heavy.
- **verbose**: log every message that the bot receives, plus additional debugging messages. Very spammy and performance heavy.
- **refresh**: force refresh the bot's commands.
*Note: Java 16 or later is required.*