/profile

Primary LanguageKotlinMIT LicenseMIT

DiscordProfileBanner

How does it work?

  • A Discord bot connects to the Discord gateway.
  • A Ktor server accepts requests at path /{id}.png where id is the Discord user ID.
  • On each request, bot fetches requested user's profile and activity status and an image is generated which contains all of this info.

Licence

This project is Licensed under MIT. Please check the LICENSE file for details.