Skip to content

Commit

Permalink
Fix /help typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aon committed Aug 15, 2022
1 parent 5473cfa commit e684bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const HelpCommand = buildSlashCommand({
`1. Add the bot to your server\n
2. Go to the channel you want the bot to send PR updates to\n
3. Add the repos you wanna track using \`/repo add\`\n
4. Add the organizationsyou wanna track using \`/organization add\`\n
4. Add the organizations you wanna track using \`/organization add\`\n
5. Optionally tell each user on the team to add their github username to the bot using \`/user add\`\n
6. Go to your github repo/organization settings and add a webhook with content type \`json\` and with the secret you defined in your envs, selecting **only** Pull requests events and point it to ${process.env.SERVER_URL}/webhook/pr\n
7. Done!`
Expand Down

0 comments on commit e684bd8

Please sign in to comment.