Skip to content

Frequently Asked Questions

TL;DR

Quick, direct answers to common VibeCord questions.

If you’re stuck, check Troubleshooting or contact Support.

Quick answers to the most common questions about VibeCord.

Last updated: 2025-12-14


No! VibeCord is designed for everyone. Just describe what you want your bot to do in plain English, and our AI builds it for you.

Yes! Our Free plan gives you 5 builds per month and 15-minute test deployments to try out your bots. See all plans →

Most bots are generated in 2-3 minutes. Adding it to your server takes another minute or two once you’ve configured your Discord bot token.

Almost anything! Common uses include:

  • Welcome messages for new members
  • Moderation (warn, kick, ban)
  • Fun commands (jokes, polls, games)
  • Role management
  • Custom slash commands for your community

See example ideas →


It depends on your plan:

  • Free: No 24/7 bots (15-minute test deployments only)
  • Starter ($19/mo): 1 concurrent 24/7 bot
  • Pro ($49/mo): 3 concurrent 24/7 bots

Compare plans →

Can I add my bot to multiple Discord servers?

Section titled “Can I add my bot to multiple Discord servers?”

Yes! Once your bot is running, you can add it to any servers where you have Manage Server permission. There’s no limit on servers per bot.

Common reasons:

  1. Not deployed — Tell VibeCord to deploy: “Deploy my bot”
  2. Stopped — Tell VibeCord to restart: “Start the bot”
  3. Free plan timeout — Free deployments expire after 15 minutes
  4. Token issue — Your Discord bot token may need updating
  5. Quota reached — You may have hit your concurrent bot limit

Troubleshooting guide →


Edit your bot by chatting with the AI to request new commands. Then redeploy with the updated code.

Can my bot respond to messages (not just slash commands)?

Section titled “Can my bot respond to messages (not just slash commands)?”

Yes! Describe triggers in your conversation with the AI:

“When someone says ‘hello’, respond with ‘Hey there!’”

Note: Message content requires the MESSAGE CONTENT intent enabled in Discord Developer Portal.

Yes, just include it when describing your bot:

“DM new members with a welcome message when they join”

Yes! Learn about role management →


How do I upgrade or cancel my subscription?

Section titled “How do I upgrade or cancel my subscription?”

Go to your profile → Billing. From there you can upgrade, downgrade, or cancel. Changes take effect at the next billing period.

They move to the Free plan limits. Since Free doesn’t include 24/7 bots, your deployments will stop. You can still use 15-minute test deployments.

Contact support for refund requests. Contact support →

Yes, all payments are processed by Stripe. We never see or store your full card number.

Each time the AI generates or modifies your bot code, you use one build credit. Credits reset monthly. You can also buy top-up packs ($9 for 5 credits).


Do I need to create a Discord bot application?

Section titled “Do I need to create a Discord bot application?”

Yes. VibeCord generates your bot’s code, but you need to create a bot application in the Discord Developer Portal and provide the token to VibeCord.

Your bot needs Discord permissions for its features. VibeCord shows required permissions after code generation.

Your bot can only assign roles below its own role in the server hierarchy. Drag your bot’s role higher in Server Settings → Roles.

In Discord: Server Settings → Integrations → Your Bot → Remove

How do I customize my bot’s profile picture?

Section titled “How do I customize my bot’s profile picture?”

Set your bot’s avatar in the Discord Developer Portal under your bot application settings. VibeCord doesn’t control the avatar.


On secure cloud servers with automatic scaling and 24/7 monitoring. You don’t need to host anything yourself.

Yes, tokens are encrypted at rest and in transit. We never log or expose your token.

Running bots are briefly restarted but come back automatically. We schedule maintenance during low-traffic periods when possible.

Yes! VibeCord shows the generated code in the code panel. You can copy it and run it yourself if you have Node.js hosting.


FAQ

Do I need to know how to code?

No. VibeCord lets you build Discord bots by describing what you want in plain English, and the AI generates the bot for you.

Is VibeCord free to try?

Yes. You can try VibeCord on a free plan and upgrade when you need more capacity.

How long does it take to create a bot?

Most bots are generated in minutes, then you add the bot to your Discord guild after token setup.

Do I need to create a Discord bot application?

Yes. You create a bot application in the Discord Developer Portal and provide the bot token to VibeCord.

Why can’t my bot assign a role?

Discord only allows bots to assign roles below the bot’s own role in the role hierarchy. Move the bot’s role above the roles it needs to manage.

References