diff --git a/commands/search/smash-bros.js b/commands/search/smash-bros.js index 19473c67..3f4fd8eb 100644 --- a/commands/search/smash-bros.js +++ b/commands/search/smash-bros.js @@ -75,7 +75,7 @@ module.exports = class SmashBrosCommand extends Command { slug: fighter.displayName.en_US .replaceAll('
', '') .replaceAll(' ', '_') - .replace(/[^A-Z_]/i, '') + .replace(/[^A-Z_&]/ig, '') .toLowerCase() }; fighters.push(data);