fixed typo

master
BodgeMaster 2022-02-21 12:54:01 +01:00
parent 339a4dd55c
commit 5a37675753
1 changed files with 1 additions and 1 deletions

View File

@ -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 isnt being loaded automatically
//TODO: remove, this is just a way of force loading of the QuizBackend class while it isnt being loaded automatically
QuizBackend backend = new QuizBackend();
DiscordApi api = new DiscordApiBuilder().setToken(commandLineArguments[0]).login().join();