From 5a37675753c440393565415f4749ac3ac1cc0836 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Mon, 21 Feb 2022 12:54:01 +0100 Subject: [PATCH] fixed typo --- src/main/java/linux/general/hackyquizbot/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/linux/general/hackyquizbot/Main.java b/src/main/java/linux/general/hackyquizbot/Main.java index a5b6466..ada3bfb 100644 --- a/src/main/java/linux/general/hackyquizbot/Main.java +++ b/src/main/java/linux/general/hackyquizbot/Main.java @@ -20,7 +20,7 @@ public class Main { CheckDeploy check = new CheckDeploy(7500, "/var/www/deployment/Hacky-Quizbot/id.txt"); check.start(); - //TODO: remove, this is just a way to force loading of the QuizBackend class while it isn’t being loaded automatically + //TODO: remove, this is just a way of force loading of the QuizBackend class while it isn’t being loaded automatically QuizBackend backend = new QuizBackend(); DiscordApi api = new DiscordApiBuilder().setToken(commandLineArguments[0]).login().join();