Background
logo
Forge Logo
Support/For Developers

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.

  1. Open the Menu and select Add.
  2. Choose Bot from the submission options.
  3. Fill in your Bot's details (Client ID, Prefix, Description, etc.).
  4. 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.
  5. Click Submit. Our system will verify the code and send your bot to the Review Queue.
  6. 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.

JSON / APIGet raw data for custom implementations.
HTML / MarkdownReady-to-use embed codes.

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.

POST /api/bots/stats

Update your bot's statistics. Rate limit: 1 request / 5 minutes.

Endpoint: https://discordforge.org/api/bots/stats
Headers:
Authorization: <YOUR_API_KEY>
Content-Type: application/json
{ "server_count": 1500, "shard_count": 5, // Optional "user_count": 50000, // Optional "voice_connections": 10 // Optional }
GET /api/bots/:id/votes/check

Check if a user has voted in the last 12 hours. Rate limit: 60 requests / minute.

Endpoint: https://discordforge.org/api/bots/:id/votes/check?userId=...
Headers:
Authorization: <YOUR_API_KEY>
{ "hasVoted": true, "votedAt": "2023-10-27T10:00:00.000Z", "nextVoteAt": "2023-10-27T22:00:00.000Z" }
GET /api/bots/:id

Fetch public information about a bot. No authentication required.

Endpoint: https://discordforge.org/api/bots/:id
{ "id": "...", "name": "MyBot", "voteCount": 150, "serverCount": 100, ... }

You can generate and manage your API Key in the "API Access" section of your bot's dashboard.

Forge Logo

DiscordForge is an exclusive, manually verified list of Discord bots. Each bot undergoes the strict Forge Verification process. Only the highest quality makes it to the list.

© DiscordForge 2025