From 18572df506d69de23ffeaa74ce61679eb08a050e Mon Sep 17 00:00:00 2001 From: Niels Simenon Date: Sun, 6 Nov 2022 16:58:44 +0100 Subject: [PATCH] Fixed countries mode in Geo. --- src/games/geo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/games/geo.js b/src/games/geo.js index 7789f3d..5014878 100644 --- a/src/games/geo.js +++ b/src/games/geo.js @@ -60,7 +60,7 @@ function getType(command) { return 'flags'; } - return countries; + return 'countries'; } async function onCommand(args, context) {