mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user