Developer Resources
Build & Grow
DiscordForge is the perfect place to grow your bot's user base. We provide powerful tools and a dedicated community to help you succeed.
Adding a Bot
Adding your bot to DiscordForge is simple and takes less than 2 minutes.
- Open the Menu and select Add.
- Choose Bot from the submission options.
- Fill in your Bot's details (Client ID, Prefix, Description, etc.).
- Copy the verification code (e.g.,
df-verify-xyz) shown in the form and add it to your bot's About Me section on Discord. - Click Submit. Our system will verify the code and send your bot to the Review Queue.
- Once a moderator approves it (checking for ToS compliance), your bot will be listed!
Announcements
Keep your users updated directly from your bot's profile page.
- Visibility: Announcements appear at the top of your bot's profile, above the description.
- Markdown: Full Markdown support including links, lists, and code blocks.
- One at a time: Each new announcement overwrites the previous one, keeping information fresh.
Widgets
Show off your bot's status on your website or GitHub README.
Go to your bot's profile, click the Actions menu, and select Widget.
Project Management
Need to update your bot's description, prefix, or links?
- Go to your Dashboard
- Click "Edit" on your project card
- Save changes instantly
Growth Tools
Forge Synergy
Link your bot to a "Perfect Match" partner project to cross-promote audiences.
API Access
We offer a robust REST API for posting stats and fetching bot data.
Update your bot's statistics. Rate limit: 1 request / 5 minutes.
Authorization: <YOUR_API_KEY>
Content-Type: application/json
Check if a user has voted in the last 12 hours. Rate limit: 60 requests / minute.
Authorization: <YOUR_API_KEY>
Fetch public information about a bot. No authentication required.
You can generate and manage your API Key in the "API Access" section of your bot's dashboard.


