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',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "110.8.0",
"version": "110.8.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {