mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Match emoji in sucide hotline
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = class SuicideHotlineCommand extends Command {
|
||||
group: 'single',
|
||||
memberName: 'suicide-hotline',
|
||||
description: 'Responds with the phone number for the Suicide Hotline.',
|
||||
patterns: [/kms|(kill myself)/i],
|
||||
patterns: [/\bkms\b/i, /\b(kill myself)\b/i, /<:kms:(.+)>/i],
|
||||
credit: [
|
||||
{
|
||||
name: 'National Suicide Prevention Lifeline',
|
||||
|
||||
Reference in New Issue
Block a user