diff --git a/commands/search/smash-bros.js b/commands/search/smash-bros.js index 371e17bb..2671461f 100644 --- a/commands/search/smash-bros.js +++ b/commands/search/smash-bros.js @@ -66,7 +66,7 @@ module.exports = class SmashBrosCommand extends Command { const data = { name: fighter.displayName.en_US.replaceAll('
', ''), alias: this.makeAlias(fighter.displayName.en_US), - number: fighter.displayNum, + number: fighter.displayNum.replace('\'', 'E'), id: fighter.id, url: `https://www.smashbros.com/en_US/fighter/${fighter.url}.html`, image: `https://www.smashbros.com/assets_v2/img/fighter/${fighter.file}/main.png`,