diff --git a/commands/single/suicide-hotline.js b/commands/single/suicide-hotline.js index 757c10ff..c74ebdd1 100644 --- a/commands/single/suicide-hotline.js +++ b/commands/single/suicide-hotline.js @@ -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', diff --git a/package.json b/package.json index af605b42..66aea12a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "110.8.0", + "version": "110.8.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {