mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-08 23:32:12 +02:00
Match emoji in sucide hotline
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = class SuicideHotlineCommand extends Command {
|
|||||||
group: 'single',
|
group: 'single',
|
||||||
memberName: 'suicide-hotline',
|
memberName: 'suicide-hotline',
|
||||||
description: 'Responds with the phone number for the 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: [
|
credit: [
|
||||||
{
|
{
|
||||||
name: 'National Suicide Prevention Lifeline',
|
name: 'National Suicide Prevention Lifeline',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "110.8.0",
|
"version": "110.8.1",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user