Skip to content

advaith1/stickers

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Discord Sticker List

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