From 1869ae38871f255112541f392b4074d0c064b823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Thu, 25 Aug 2022 22:55:03 +0200 Subject: [PATCH] Add Java version disclaimer to README --- README.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 45c1c62..4ee888d 100644 --- a/README.MD +++ b/README.MD @@ -7,7 +7,8 @@ Download a prebuilt JAR file or build it from source, then run it with: ```bash java -jar HidekoBot.jar botToken ``` -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. +*Note: Java 16 or later is required.* ## Initial setup