Your commands, on your own bot
Same commands, same dashboard, same database — under your name and your avatar. Bring a bot token and your server sees only your bot.
Already built commands on the free plan? They come with you.
What changes, and what does not
Everything you have made stays. Only the bot answering it changes.
Your name, your avatar
Members see your bot in the member list, in the slash-command picker and on every message it sends. Change the name, avatar and banner from the dashboard whenever you like.
Your own rate limits
A bot you own gets its own gateway connection and its own rate-limit buckets from Discord. A busy hour somewhere else on our shared bot is no longer your problem.
Nothing to rebuild
Every command, event, embed and image template you have already made moves across as-is. You are changing which bot answers, not what it does.
The token stays yours
It is encrypted before it reaches the database, never written to a log, and never sent back to the browser after you submit it. You can disconnect and reset it at Discord any time.
We check before we connect
A bot missing the Message Content intent starts happily and then never fires a text command — which looks broken rather than switched off. We check the intents first and tell you which switch to flip.
Ours steps aside
While yours is running, our bot registers nothing in your server. You are free to kick it, and everything keeps working.
Four steps, about five minutes
No hosting, no server to keep online, nothing to deploy. We run it; you own it.
- 01
Make an application
In Discord's developer portal, create an application and add a bot to it. Give it the name and avatar you want members to see.
- 02
Turn on the intents
Server Members and Message Content, both on the Bot page. We check these before connecting and say so if one is missing.
- 03
Paste the token
One field in your server settings. It is encrypted on arrival and never shown again — not even to you.
- 04
Invite it and go
We give you the invite link for that exact server. Your commands are live on your bot within seconds.
Questions
- Do I need to rebuild my commands?
- No. Everything you have built stays exactly as it is — commands, events, embeds, image templates, variables and your server's database. Only the bot answering them changes.
- What happens to your bot?
- It stops registering commands in your server and goes quiet. You can kick it if you want the member list tidy; nothing breaks either way.
- Is my token safe?
- It is encrypted before it is stored, with your server id bound into the ciphertext, and it is never logged or sent back to the browser. If you ever want it gone, disconnect here and reset it in Discord's portal.
- What if I stop paying?
- Your server goes back to our bot and everything keeps running on the free limits. Nothing is deleted, and reconnecting your own bot later takes one click.
- Which plan includes it?
- Advanced. It is the tier that gets its own gateway connection and its own rate-limit buckets, which is the whole point of running your own bot.