mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
No u command doesn't respond to no you anymore
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 (you|u)/i]
|
||||
patterns: [/no u/i]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "103.0.0",
|
||||
"version": "103.0.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user