Use fileName for storage instead of emojiName

Change-Id: I0b93d8b2141beda53786db16c211bca9f396fd9c
1 file changed
tree: 412a0f2f422cd3becaa5995887e48a000da6e192
  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.