From e9cca075670ae0fb5610cc2a031607a76813a945 Mon Sep 17 00:00:00 2001 From: Shadow Date: Tue, 30 Jul 2024 10:50:53 -0400 Subject: [PATCH 1/2] add buddyup to crisis --- src/global/commands/g.crisis.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/global/commands/g.crisis.ts b/src/global/commands/g.crisis.ts index 27a131738..97956352b 100644 --- a/src/global/commands/g.crisis.ts +++ b/src/global/commands/g.crisis.ts @@ -32,6 +32,14 @@ export async function crisis():Promise { text: '', webchat: '', }, + { + name: 'BuddyUp', + country: "UK", + website: 'https://cranstoun.org/help-and-advice/harm-reduction/buddyup/', + phone: '', + text: '[🍎](https://apps.apple.com/gb/app/buddyup-with-cranstoun/id1601622050) [🤖](https://play.google.com/store/apps/details?id=org.cranstoun.buddyup)', + webchat: '', + }, { name: 'Talktofrank', country: 'UK', From 2b295cef8bdf6cc8f6ad28dd989a220729623ac2 Mon Sep 17 00:00:00 2001 From: Shadow Date: Tue, 30 Jul 2024 11:02:39 -0400 Subject: [PATCH 2/2] fix(crisis): linting issue --- src/global/commands/g.crisis.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/global/commands/g.crisis.ts b/src/global/commands/g.crisis.ts index 97956352b..2ec76306f 100644 --- a/src/global/commands/g.crisis.ts +++ b/src/global/commands/g.crisis.ts @@ -34,10 +34,10 @@ export async function crisis():Promise { }, { name: 'BuddyUp', - country: "UK", + country: 'UK', website: 'https://cranstoun.org/help-and-advice/harm-reduction/buddyup/', phone: '', - text: '[🍎](https://apps.apple.com/gb/app/buddyup-with-cranstoun/id1601622050) [🤖](https://play.google.com/store/apps/details?id=org.cranstoun.buddyup)', + text: '[🍎](https://apps.apple.com/gb/app/buddyup-with-cranstoun/id1601622050) [🤖](https://play.google.com/store/apps/details?id=org.cranstoun.buddyup)', // eslint-disable-line max-len webchat: '', }, {