Fixed countries mode in Geo.
This commit is contained in:
parent
174eba2b1e
commit
18572df506
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue