Add Kick Command To Discord Bot & Fix Type In ConfigLoader

This commit is contained in:
Dark98
2021-12-06 01:45:31 +00:00
parent d2faea6f71
commit 5c02c34569
2 changed files with 18 additions and 5 deletions
@@ -73,7 +73,7 @@ public class ConfigLoader {
}
public static void loadSecrets() throws IOException {
if (!new File("data/Secrets.json").exists()) {
if (!new File("data/secrets.json").exists()) {
initialize();
System.out.println("Please open \"data/secrets.json\" file and enter your discord token bot there!");
System.out.println("Please open \"data/secrets.json\" file and enter your Website Password there!");