Implement command force-refresh arg
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-20 18:54:13 +01:00
parent 3578de17c8
commit 3474593dc9
2 changed files with 19 additions and 10 deletions

View File

@@ -10,7 +10,8 @@ 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. Very spammy and performance heavy.
- **refresh**: force refresh the bot's commands.
*Note: Java 16 or later is required.*