Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsalisbury committed Nov 12, 2022
1 parent 0eda15a commit 712b5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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];

0 comments on commit 712b5aa

Please sign in to comment.