No description
Find a file
Raphael 785ffc6595 build(bun): update packages & rules
- rules dev => now watch is enable (recompile on each modification)

- update packages
    - typescript: 5 => 5.8.3
    - eslint: 9.31 => 9.33
    - prisma: 6.12 => 6.14
    - dotenv: 17.2.0 => 17.2.1
2025-08-16 22:02:45 +02:00
assets style(emoji/json): update the emoji to be on a json file 2025-07-31 23:14:31 +02:00
prisma feat(db/schema): update schema to update add the whitelist 2025-07-31 23:13:03 +02:00
src refractor(utils/emoji): using the emoji json on the firsts commands of utils. 2025-08-04 23:04:14 +02:00
.gitignore feat(git/ignore): adding the db, dev config, lock files 2025-07-27 18:13:30 +02:00
flake.nix build(nix/flake): init the flake build 2025-07-27 18:22:45 +02:00
package.json build(bun): update packages & rules 2025-08-16 22:02:45 +02:00
README.md style(readme): adding a readme to build 2025-07-27 18:30:15 +02:00

TTY discord bot

To install dependencies:

bun install

To run in developpement bot:

bun run dev

To build to javacript:

bun run build