Fixed countries mode in Geo.

This commit is contained in:
Niels Simenon 2022-11-06 16:58:44 +01:00
parent 174eba2b1e
commit 18572df506
1 changed files with 1 additions and 1 deletions

View File

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