Fixed countries mode in Geo.

This commit is contained in:
Niels Simenon
2022-11-06 16:58:44 +01:00
parent 174eba2b1e
commit 18572df506

View File

@@ -60,7 +60,7 @@ function getType(command) {
return 'flags'; return 'flags';
} }
return countries; return 'countries';
} }
async function onCommand(args, context) { async function onCommand(args, context) {