This commit is contained in:
@@ -3,6 +3,7 @@ package wtf.beatrice.hidekobot.objects.fun;
|
||||
import java.util.List;
|
||||
|
||||
public record TriviaQuestion(String question, String correctAnswer,
|
||||
List<String> wrongAnswers) {
|
||||
List<String> wrongAnswers)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user