diff --git a/src/bot/commands/help.ts b/src/bot/commands/help.ts index 05a0659..1fd952d 100644 --- a/src/bot/commands/help.ts +++ b/src/bot/commands/help.ts @@ -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!`