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