diff --git a/royalnet/commands/royalgames/trivia.py b/royalnet/commands/royalgames/trivia.py index d23a6bde..b6385af2 100644 --- a/royalnet/commands/royalgames/trivia.py +++ b/royalnet/commands/royalgames/trivia.py @@ -51,6 +51,7 @@ class TriviaCommand(Command): random.shuffle(answers) elif question["type"] == "boolean": answers.sort(key=lambda a: a) + answers.reverse() else: raise NotImplementedError("Unknown question type") # Find the correct index