Match emoji in sucide hotline

This commit is contained in:
Dragon Fire
2020-02-25 17:48:01 -05:00
parent 4ac896f6b4
commit 04b4f06ace
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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',