BotForge — build a Discord bot
BotForge is the dashboard's wizard for building a Discord bot without writing code, in four steps: configuration (name, token, prefix), modules, style (embed colour and one of 9 languages), then deployment with live status tracking. BotForge Premium costs €3 and unlocks the advanced command modules at the modules step.
BotForge is the dashboard's wizard for creating a Discord bot without writing any code.
The 4 steps
- Configuration — bot name, Discord token, command prefix.
- Modules — pick the commands to enable from those available (some are reserved for BotForge Premium).
- Style — embed color, bot language (9 languages available).
- Summary & deployment — real-time deployment status tracking (success/failure), with the option to retry on failure.
What each step actually asks for
1. Configuration. The bot name is what appears in Discord, and the
token comes from the Discord Developer Portal under Bot → Reset Token. Paste
it once: BotForge stores it server-side and never shows it again. The command prefix defaults
to !; pick something else if another bot on the same guild already uses it, since
Discord gives no warning about collisions.
2. Modules. Each module is a group of commands — moderation, music, games, utilities. Enabling one adds its commands immediately; nothing is compiled. Modules marked Premium require BotForge Premium (€3).
3. Style. The embed colour applies to every message the bot sends, and the language setting covers command responses in 9 languages. It does not translate user content.
4. Deployment. Status is tracked live. A failure is almost always the token (revoked, or copied with a trailing space) or missing gateway intents — Message Content Intent in particular has to be enabled in the Developer Portal for prefix commands to be readable. Fix and retry from the same screen; nothing needs recreating.
What BotForge is not
It is a builder for a hosted bot, not a code editor: you cannot add a custom command or edit the behaviour of an existing one. A project that outgrows the modules should move to a normal Node.js or Python server — see the Discord bot hosting guide, which covers the same ground with your own code and fits in the free plan's 300 MB.
A BotForge bot does not consume one of your server slots and does not count against the free plan's single-server limit.