Skip to content

advaith1/stickers

Repository files navigation

Shows a page with all currently available Discord stickers, displayed in columns by sticker pack, showing the sticker's tags on hover.

To avoid hitting Discord ratelimits, data is cached for 30 seconds.

You can view the site at stickers.advaith.io.


Setup

Requires Node.js 14+, TypeScript, pnpm, and Sass. You must also have a Discord bot application.

  1. Rename .env.example to .env and fill it out
  2. Install dependencies with pnpm i
  3. Compile the TypeScript code with tsc
  4. Compile the Sass code with pnpm sass
  5. Run with pnpm start