Skip to content

Discord bot to easily expose your server's information to the Dumpus website

Notifications You must be signed in to change notification settings

dumpus-app/dumpus-server-widget-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

Discord bot to easily expose your server's information to the Dumpus website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published