mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 00:08:06 +02:00
Fix
This commit is contained in:
@@ -75,7 +75,7 @@ module.exports = class SmashBrosCommand extends Command {
|
|||||||
slug: fighter.displayName.en_US
|
slug: fighter.displayName.en_US
|
||||||
.replaceAll('<br>', '')
|
.replaceAll('<br>', '')
|
||||||
.replaceAll(' ', '_')
|
.replaceAll(' ', '_')
|
||||||
.replace(/[^A-Z_]/i, '')
|
.replace(/[^A-Z_&]/ig, '')
|
||||||
.toLowerCase()
|
.toLowerCase()
|
||||||
};
|
};
|
||||||
fighters.push(data);
|
fighters.push(data);
|
||||||
|
|||||||
Reference in New Issue
Block a user