add ratelimit logging, fix issue where duplicate names would overwrite
previous emojis

Change-Id: I55054fed2b2c883c7078541714509aa49419072a
1 file changed
tree: 65653bce6df4f8fd5494c68d092a6ace2ec86c63
  1. .envrc
  2. .gitignore
  3. .gitreview
  4. bun.lockb
  5. flake.lock
  6. flake.nix
  7. index.ts
  8. package.json
  9. README.md
  10. tsconfig.json
README.md

emoji-uploader

To install dependencies:

bun install

To run:

Set .env variables TOKEN and EMOJI_DIR

bun run index.ts

This project was created using bun init in bun v1.0.13. Bun is a fast all-in-one JavaScript runtime.