Automatic Response group

This commit is contained in:
Dragon Fire
2020-02-27 11:35:57 -05:00
parent 91d2e664c4
commit 2d7b8bb47f
8 changed files with 15 additions and 11 deletions
@@ -5,7 +5,7 @@ module.exports = class CanYouNotCommand extends Command {
super(client, {
name: 'can-you-not',
aliases: ['can-u-not'],
group: 'single',
group: 'auto',
memberName: 'can-you-not',
description: 'Can YOU not?',
patterns: [/can (you|u) not/i]
@@ -4,7 +4,7 @@ module.exports = class KazumaKazumaCommand extends Command {
constructor(client) {
super(client, {
name: 'kazuma-kazuma',
group: 'single',
group: 'auto',
memberName: 'kazuma-kazuma',
description: 'Hai, Kazuma desu.',
patterns: [/kazuma,? kazuma!?/i],
@@ -5,7 +5,7 @@ module.exports = class NoUCommand extends Command {
super(client, {
name: 'no-u',
aliases: ['no-you'],
group: 'single',
group: 'auto',
memberName: 'no-u',
description: 'no u',
patterns: [/^n+o+ u+$/i]
@@ -5,7 +5,7 @@ module.exports = class SuicideHotlineCommand extends Command {
super(client, {
name: 'suicide-hotline',
aliases: ['kms', 'kill-myself'],
group: 'single',
group: 'auto',
memberName: 'suicide-hotline',
description: 'Responds with the phone number for the Suicide Hotline.',
patterns: [/\bkms\b/i, /\b(kill myself)\b/i, /<:kms:(.+)>/i],
@@ -4,7 +4,7 @@ module.exports = class UnflipCommand extends Command {
constructor(client) {
super(client, {
name: 'unflip',
group: 'single',
group: 'auto',
memberName: 'unflip',
description: 'Unflips a flipped table.',
patterns: [/\(╯°□°)╯︵ ┻━┻/i]