Building Your Bot
Learn how to add features to your Discord bot using AI Chat and Builders.
Two Ways to Build
VibeBot gives you two powerful ways to add features to your bot. Choose the approach that works best for you, or use both together!
AI Chat
Describe what you want in plain English. The AI will create custom behaviors for you.
Builders
Pre-built templates for common features. Configure them with a visual interface.
Understanding Behaviors
Both AI Chat and Builders create behaviors - the building blocks of your bot.
Trigger
What starts the behavior: a command, event, message pattern, or reaction.
Actions
What the bot does when triggered: send messages, add roles, kick/ban, etc.
Quick Start Examples
Here are some common bot features you can build in minutes:
Welcome Bot
When someone joins, send a welcome message in #welcome and give them @Member roleAutomatically greet new members and assign roles.
Moderation Commands
Create /kick and /ban commands that only @Moderator can useBasic moderation tools with permission checks.
Auto-Responder
When someone says "!rules" send the server rules to #generalAutomatically respond to specific messages or keywords.
Reaction Roles
When someone reacts with 🎮 give them @Gamer roleLet users self-assign roles by reacting to messages.
Pro Tips
- •Use Builders for common features to save AI credits
- •Combine multiple behaviors to create complex bots
- •Test behaviors one at a time before deploying
- •Connect your server first to reference channels and roles
- •Click on behaviors to edit or disable them