No u command doesn't respond to no you anymore

This commit is contained in:
Daniel Odendahl Jr
2019-04-29 23:24:00 +00:00
parent 59e8972a24
commit 74dc5d38d0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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]
});
}