From 4d04523cfe177e4247d8bd0b4d953070f7118647 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Tue, 22 Feb 2022 21:17:46 +0100 Subject: [PATCH] formatting, apparently --- src/main/java/linux/general/hackyquizbot/QuizHandler.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.");