This commit is contained in:
Dragon Fire
2021-05-19 17:36:14 -04:00
parent c97f57990b
commit 3eb4e92c2f
+1 -1
View File
@@ -75,7 +75,7 @@ module.exports = class SmashBrosCommand extends Command {
slug: fighter.displayName.en_US
.replaceAll('<br>', '')
.replaceAll(' ', '_')
.replace(/[^A-Z_]/i, '')
.replace(/[^A-Z_&]/ig, '')
.toLowerCase()
};
fighters.push(data);