Command Reference
All Octoflow bot commands, organized by category.
Every command is a Discord slash command (/command). There is no prefix command anymore — older messages mentioning a git! prefix are out of date.
Most commands require the Manage Server (MANAGE_GUILD) permission and are guild-only. /restore is a notable exception — see its page for details.
Core
Manage webhooks and repositories.
/list
List all webhooks in the server.
/newhook
Create a new webhook.
/edithook
Edit a webhook's comment, broken flag, or secret.
/newrepo
Link a repository to a webhook.
/editrepo
Rename a linked repository or change its channel.
/delhook
Delete a webhook.
/delrepo
Delete a repository.
/setrepochannel
Change a repository's notification channel.
/resetsecret
Reset a webhook's signing secret.
Event Modifiers
Filter, redirect, or suppress specific GitHub event types.
/eventmod create
Create an event modifier on a webhook.
/eventmod edit
Change an existing event modifier's settings.
/eventmod list
List event modifiers in the server.
/eventmod delete
Delete an event modifier by ID.
Backups
Export and restore your configuration.