This commit is contained in:
Dragon Fire
2021-05-19 17:55:42 -04:00
parent e3b75d9939
commit 59a9c4e96a
+1 -1
View File
@@ -66,7 +66,7 @@ module.exports = class SmashBrosCommand extends Command {
const data = {
name: fighter.displayName.en_US.replaceAll('<br>', ''),
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`,