diff --git a/commands/search/smash-bros.js b/commands/search/smash-bros.js index e4d56be8..371e17bb 100644 --- a/commands/search/smash-bros.js +++ b/commands/search/smash-bros.js @@ -71,7 +71,7 @@ module.exports = class SmashBrosCommand extends Command { url: `https://www.smashbros.com/en_US/fighter/${fighter.url}.html`, image: `https://www.smashbros.com/assets_v2/img/fighter/${fighter.file}/main.png`, smallImage: `https://www.smashbros.com/assets_v2/img/fighter/pict/${fighter.file}.png`, - logoImage: `https://www.smashbros.com/assets_v2/img/fighter/logo/${figher.series}_en.png`, + logoImage: `https://www.smashbros.com/assets_v2/img/fighter/logo/${fighter.series}_en.png`, series: fighter.series, color: fighter.color, dlc: Boolean(fighter.dlc),