formatting, apparently
parent
8c0abb092a
commit
4d04523cfe
|
@ -45,9 +45,9 @@ public class QuizHandler {
|
||||||
System.err.println("Something went wrong while trying to get the sent message object.");
|
System.err.println("Something went wrong while trying to get the sent message object.");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
//TODO: add white question mark reaction
|
// TODO: add white question mark reaction
|
||||||
|
|
||||||
//TODO: add reaction handler (preferably to channel?)
|
// TODO: add reaction handler (preferably to channel?)
|
||||||
} else {
|
} else {
|
||||||
user.sendMessage(
|
user.sendMessage(
|
||||||
"You have already had the maximum amount of questions that you can get with the current question set.");
|
"You have already had the maximum amount of questions that you can get with the current question set.");
|
||||||
|
|
Loading…
Reference in New Issue