From 31ba190308acae816155973e718f56ac6ccd4316 Mon Sep 17 00:00:00 2001 From: theimperious1 Date: Fri, 13 Dec 2024 01:47:05 -0500 Subject: [PATCH] chore: update crisis lines and add polish line --- src/global/commands/g.crisis.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/global/commands/g.crisis.ts b/src/global/commands/g.crisis.ts index 2ec76306f..4e1e78c6a 100644 --- a/src/global/commands/g.crisis.ts +++ b/src/global/commands/g.crisis.ts @@ -92,10 +92,18 @@ export async function crisis():Promise { { name: 'Open Counseling Suicide Hotline List', country: 'Worldwide', - website: 'https://blog.opencounseling.com', + website: 'https://blog.opencounseling.com/suicide-hotlines/', phone: '', text: '', - webchat: 'https://blog.opencounseling.com/suicide-hotlines/', + webchat: '', + }, + { + name: 'Support Center for Adults in Mental Crisis', + country: 'Poland', + website: 'https://centrumwsparcia.pl/centrum-wsparcia/', + phone: '800 70 2222', + text: '', + webchat: '', }, ]; log.info(F, `response: ${JSON.stringify(response, null, 2)}`);