diff --git a/src/main/java/linux/general/hackyquizbot/QuizHandler.java b/src/main/java/linux/general/hackyquizbot/QuizHandler.java index d1b2ea4..64993d4 100644 --- a/src/main/java/linux/general/hackyquizbot/QuizHandler.java +++ b/src/main/java/linux/general/hackyquizbot/QuizHandler.java @@ -45,9 +45,9 @@ public class QuizHandler { System.err.println("Something went wrong while trying to get the sent message object."); e.printStackTrace(); } - //TODO: add white question mark reaction - - //TODO: add reaction handler (preferably to channel?) + // TODO: add white question mark reaction + + // TODO: add reaction handler (preferably to channel?) } else { user.sendMessage( "You have already had the maximum amount of questions that you can get with the current question set.");