diff --git a/src/discord/commands/global/d.drug_checking.ts b/src/discord/commands/global/d.drug_checking.ts index a1c182da..6a158ee3 100644 --- a/src/discord/commands/global/d.drug_checking.ts +++ b/src/discord/commands/global/d.drug_checking.ts @@ -53,7 +53,7 @@ export const drugChecking: SlashCommand = { [Saferparty](https://en.saferparty.ch/angebote/drug-checking) (Zurich) [Drugs Information and Monitoring System](https://www.drugs-test.nl/en/testlocations/) (Netherlands) ## Austrailia - [CanTEST](https://pilltestingaustralia.com.au/cantest/) (Canberra) + [CanTEST](https://www.cahma.org.au/services/cantest/) (Canberra) `)], }); diff --git a/src/discord/commands/global/d.warmline.ts b/src/discord/commands/global/d.warmline.ts index 019cd8ae..fc25b2a5 100644 --- a/src/discord/commands/global/d.warmline.ts +++ b/src/discord/commands/global/d.warmline.ts @@ -12,7 +12,7 @@ const F = f(__filename); export const dWarmline: SlashCommand = { data: new SlashCommandBuilder() .setName('warmline') - .setDescription('(USA only) Need someone to talk to, but don\'t need a "hotline"?') + .setDescription('Need someone to talk to, but don\'t need a "hotline"?') .addBooleanOption(option => option.setName('ephemeral') .setDescription('Set to "True" to show the response only to you')), diff --git a/src/global/commands/g.warmline.ts b/src/global/commands/g.warmline.ts index aec89967..70d6914a 100644 --- a/src/global/commands/g.warmline.ts +++ b/src/global/commands/g.warmline.ts @@ -10,12 +10,20 @@ export async function warmline():Promise { const resources = [ { name: 'Warmline Directory', - country: 'Worldwide', + country: 'US', website: 'https://warmline.org/warmdir.html#directory', phone: '', text: '', webchat: '', }, + { + name: 'Progress Place', + country: 'Canada', + website: 'https://www.warmline.ca/', + phone: '416-960-WARM (9276)', + text: '647-557-5882', + webchat: '', + }, ]; log.info(F, `response: ${JSON.stringify(resources, null, 2)}`); return resources;