diff --git a/src/global/commands/g.crisis.ts b/src/global/commands/g.crisis.ts index 2ec76306..4e1e78c6 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)}`);