Update README
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bea 2022-11-21 14:44:54 +01:00
parent d2caccf080
commit 5e08cd748c

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. Where `HidekoBot.jar` is the executable archive and `<botToken>` is your bot token passed as an argument.
Additionally available parameters are: 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. - **refresh**: force refresh the bot's commands.
*Note: Java 16 or later is required.* *Note: Java 16 or later is required.*