From 161a02a7667d6ed7baf25ebc4825927953ef87ad Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Thu, 26 Sep 2024 09:26:56 +0100 Subject: [PATCH] trivia: add more categories --- commands/games/trivia.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/commands/games/trivia.js b/commands/games/trivia.js index 6c0881c..62e8cb8 100644 --- a/commands/games/trivia.js +++ b/commands/games/trivia.js @@ -21,6 +21,11 @@ const CATEGORY_MAP = { 29: "Comics", 32: "Cartoons & Animations", 11: "Film", + 14: "Television", + 28: "Vehicles", + 13: "Mathematics", + 21: "Sports", + 26: "Celebrities", 9: "General Knowledge", 17: "Science & Nature", 27: "Animals",