mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Improve no u regex
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = class NoUCommand extends Command {
|
|||||||
group: 'single',
|
group: 'single',
|
||||||
memberName: 'no-u',
|
memberName: 'no-u',
|
||||||
description: 'no u',
|
description: 'no u',
|
||||||
patterns: [/no u/i]
|
patterns: [/^n+o+ u+$/i]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "103.0.2",
|
"version": "103.0.3",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user