From afd2c9f6a4b005d47105c6624cf4a373c8f567d8 Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Thu, 26 Sep 2024 09:40:04 +0100 Subject: [PATCH] trivia: change maths category to say scheince as well --- commands/games/trivia.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/games/trivia.js b/commands/games/trivia.js index 919e82e..005d09f 100644 --- a/commands/games/trivia.js +++ b/commands/games/trivia.js @@ -33,6 +33,8 @@ const CATEGORY_MAP = { 23: "History", 22: "Geography", 20: "Mythology", + 30: "Science: Gadgets", + 25: "Art", }; // Generate a new session token for each user