fixed typo
parent
339a4dd55c
commit
5a37675753
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue