Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 854 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 854 Bytes

Dumpus Server Widget Bot

This Discord bot aims to provide a simple way to expose your server's information to the Dumpus website.

Once you add it to a server, it starts exposing your server information at https://widget.dumpus.app/:serverId. Once you remove it, it stops exposing your server information. No data is stored or cached.

You can install it using the Dockerfile in this repository.

URL: https://discord.com/api/oauth2/authorize?client_id=1119556619450204231&permissions=0&scope=bot

API Documentation

  • GET /:guildId - Returns the server information in JSON format. Only returns 200.

Possible responses:

{
    "error": "Guild not found"
}
{
  "name": "Atlanta",
  "icon_url": "https://cdn.discordapp.com/icons/565048515357835264/237189a43cd0adf613762c9f7b067f15.webp",
  "member_count": 488
}