SpocketAll runtimes
Client areaDeploy now
MOST POPULAR

Discord bots that stay online.

Your bot opens a gateway connection and holds it. That needs a process that never sleeps, not a serverless function that spins down when nobody calls it.

Deploy a discord botHow it works
discord.jsdiscord.pyJDAserenityDSharpPlusDiscord4J
GATEWAY
Long-lived, no timeout
INTENTS
All supported
SHARDING
Manual, up to you
SLASH COMMANDS
Registered by your code
01 — HOW IT WORKS

Three steps,
none of them a panel.

01
Point your agent at it

Say “deploy this bot” in Claude or Cursor. We bundle the folder and ship it.

02
Add your token

Paste the bot token from the Discord Developer Portal. It’s encrypted and never shown again.

03
It stays up

Crashes restart automatically. If it crash-loops we stop and tell you instead of hiding it.

02 — FROM YOUR EDITOR

You never leave
the chat.

Connect once — your browser opens, you click Allow — and your assistant can deploy, read logs, restart and roll back for you. No API key to copy.

Let your AI set it up
Copy one paragraph, paste it in the chat.
deploy this bot
spocket.deploy_bot({ name: "discord-bot" })
live · 256MB · restarts on crash
it went offline, why?
spocket.get_logs({ lines: 50 })
fixed and restarted
03 — FAQ

The bits that
trip people up.

Do I need to shard?+

Not until roughly 2,500 servers. Discord only requires it past that. Below it, one process is fine and simpler.

Where do I get the bot token?+

discord.com/developers → your application → Bot → Reset Token. Turn on the intents your code uses while you are there, or the bot will fail to log in.

My bot works locally but not here.+

Usually a missing environment variable, the thing your .env had but the deploy didn't. Ask your agent to read the logs; it's almost always in the first few lines.

Your discord bot is done.
Go put it somewhere.

$3 a month, always on. First one free for 7 days, no card.

Deploy it nowSee pricing
© 2026 SPOCKET · BUILT IN MANILA