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
GET /:guildId
- Returns the server information in JSON format. Only returns200
.
Possible responses:
{
"error": "Guild not found"
}
{
"name": "Atlanta",
"icon_url": "https://cdn.discordapp.com/icons/565048515357835264/237189a43cd0adf613762c9f7b067f15.webp",
"member_count": 488
}