No description
Find a file
2025-08-16 22:07:44 +02:00
assets style(emoji/json): update the emoji to be on a json file 2025-07-31 23:14:31 +02:00
prisma style(prisma/bot): changing the default activities 2025-08-16 22:07:44 +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