diff --git a/commands/search/country.js b/commands/search/country.js index 19bd31d9..f9f5cad2 100644 --- a/commands/search/country.js +++ b/commands/search/country.js @@ -37,7 +37,7 @@ module.exports = class CountryCommand extends Command { || country.altSpellings.some(alt => alt.toLowerCase() === search) || country.alpha2Code.toLowerCase() === search || country.alpha3Code.toLowerCase() === search - || country.nativeName.toLowerCase() === search + || country.nativeName.toLowerCase() === search; }) || body[0]; const embed = new MessageEmbed() .setColor(0x00AE86)