Deployment Overview

Learn how to deploy your bot to the cloud and make it available 24/7 in your Discord server.

What is Deployment?

Deploying your bot means sending it to VibeBot's cloud servers where it will run 24/7. Once deployed, your bot will be online and respond to triggers even when you're not at your computer.

Deployment Process

1

Build Your Bot

Add behaviors using AI Chat or Builders. Make sure everything is configured the way you want.

2

Get Discord Bot Token

Create a bot application on Discord Developer Portal and get your bot token.

Detailed Token Guide
3

Deploy to Cloud

Click "Deploy" in your VibeBot dashboard and paste your Discord bot token.

Deployment Steps
4

Invite Bot to Server

Use the generated invite link to add your bot to your Discord server.

Invitation Guide
5

Test Your Bot

Go to your Discord server and test the behaviors you created to make sure everything works.

Key Concepts

Cloud Hosting

Your bot runs on VibeBot's servers, not your computer. This means it's online 24/7 with high uptime and no need for you to keep your computer running.

Discord Bot Token

A unique identifier that lets your bot connect to Discord. Think of it as your bot's password. Keep it secret and never share it publicly.

Re-Deployment

When you make changes to your bot (add/edit behaviors), you need to re-deploy for the changes to take effect. The bot won't update automatically.

Bot Status

You can check if your bot is online from your VibeBot dashboard. A green status means it's running and connected to Discord.

Important Security Note

  • • Never share your Discord bot token with anyone
  • • Don't commit bot tokens to public Git repositories
  • • If your token is exposed, regenerate it immediately on Discord Developer Portal
  • • VibeBot stores your token securely and encrypted

Next Steps