Discord bot guides
Build one useful workflow at a time.
These guides connect Discord outcomes to BotFrame triggers, nodes, settings, and test cases. Use them as blueprints while you build and review each workflow.
Start with the right guide
BeginnerMake a Discord bot without coding
Understand the workflow lifecycle from application setup to publishing.
SupportMake a Discord ticket botOpen support threads, post an introduction, and test duplicate requests.
OnboardingMake a Discord welcome botRespond to new members with a message and starter role.
AccessMake a Discord verification botUse an interaction and controlled role grant to unlock server access.
RolesMake a reaction-role botMatch one message and emoji to a role workflow.
ModerationMake a moderation botPlace a permission check before each moderation action.
A repeatable building method
- Define one outcomeChoose the member or staff task that the workflow should complete.
- Select the starting eventUse the Discord trigger that provides the details the action needs.
- Connect decisions and actionsKeep paths clear and grant only the permissions required for the outcome.
- Test normal and failure casesTest permissions, repeated events, missing settings, and Discord role hierarchy.
- Publish the version you reviewedOnly publish a workflow after you have reviewed its behavior.