From 704a4da5f80e369e2ae13ce187e53f8e2af54343 Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Thu, 26 Sep 2024 09:29:43 +0100 Subject: [PATCH] trivia: change maths category to say scheince as well --- commands/games/trivia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games/trivia.js b/commands/games/trivia.js index 62e8cb8..919e82e 100644 --- a/commands/games/trivia.js +++ b/commands/games/trivia.js @@ -23,7 +23,7 @@ const CATEGORY_MAP = { 11: "Film", 14: "Television", 28: "Vehicles", - 13: "Mathematics", + 13: "Science: Mathematics", 21: "Sports", 26: "Celebrities", 9: "General Knowledge",