mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Automatic Response group
This commit is contained in:
@@ -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]
|
||||
Reference in New Issue
Block a user