From 821ed93ccf55e4f32f6f25f502bce1e5b161d356 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 3 Feb 2022 21:12:19 -0500 Subject: add bot info to user info command --- src/commands/utilities/suicide.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/utilities') diff --git a/src/commands/utilities/suicide.ts b/src/commands/utilities/suicide.ts index 293008c..693896d 100644 --- a/src/commands/utilities/suicide.ts +++ b/src/commands/utilities/suicide.ts @@ -33,7 +33,7 @@ export default class SuicideCommand extends BushCommand { '**Text: HOME** to 741741', 'https://suicidepreventionlifeline.org/chat/', '', - '**Outside the U.S**: Find a supportive resource on [this Wikipedia list of worldwide crisis hotlines](https://en.wikipedia.org/wiki/List_of_suicide_crisis_lines)' + '**Outside the U.S:** Find a supportive resource on [this Wikipedia list of worldwide crisis hotlines](https://en.wikipedia.org/wiki/List_of_suicide_crisis_lines)' ].join('\n') }) .addField({ -- cgit