mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 16:19:12 +02:00
Improve no u regex
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = class NoUCommand extends Command {
|
||||
group: 'single',
|
||||
memberName: 'no-u',
|
||||
description: 'no u',
|
||||
patterns: [/no u/i]
|
||||
patterns: [/^n+o+ u+$/i]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user