From 712b5aa60d4a5716ed0572bfbb701d34c7ef2fde Mon Sep 17 00:00:00 2001 From: JT Salisbury Date: Fri, 11 Nov 2022 22:24:21 -0500 Subject: [PATCH] update --- src/commands/help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/help.ts b/src/commands/help.ts index f303640..d2b7ec0 100644 --- a/src/commands/help.ts +++ b/src/commands/help.ts @@ -8,7 +8,7 @@ help.executeViaIntegration = false; help.help = 'Takes you to the help page for Prox'; help.category = 'Help'; help.callback = async function() { - return 'Check out the help page at http://jtsalisbury.me:3001' + return 'Check out the help page at http://jtsalisbury.me:3001/help' } export let commands = [help]; \ No newline at end of file