Skip to content

kane50613/discord-bot-card

Repository files navigation

Discord Bot Card

Deploy with Vercel

Show your discord bot stats on your website as a svg card, the data is fetched from discord API, and the card is generated with satori on the fly.

Discord Bot Card

Usage

  1. Deploy this repository to Vercel by clicking the button above
  2. Add BOT_TOKEN to the environment variables
  3. Head to https://your-vercel-url/api/card to get the card

Endpoints

  • /api/card - Get the card in svg format
  • /api/card.jpeg - Get the card in jpeg format
  • /api/card.webp - Get the card in webp format