diff --git a/README.MD b/README.MD index 5377572..fdf6f8f 100644 --- a/README.MD +++ b/README.MD @@ -5,9 +5,13 @@ Hideko is a general-purpose Discord bot. ## Startup Download a prebuilt JAR file or build it from source, then run it with: ```bash -java -jar HidekoBot.jar botToken +java -jar HidekoBot.jar [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 `` 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. + *Note: Java 16 or later is required.* ## Initial setup