Only fetch multiple-answer trivia for now

This commit is contained in:
Bea 2022-12-21 02:54:07 +01:00
parent cfa7aef333
commit 3a8a44adf0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import java.util.List;
public class TriviaUtil
{
private final static String link = "https://opentdb.com/api.php?amount=10";
private final static String link = "https://opentdb.com/api.php?amount=10&type=multiple";
public static List<String> channelsRunningTrivia = new ArrayList<>();