No description
Find a file
2025-08-18 12:35:33 +02:00
.github/workflows chore(action/bun): adding the check of norme / eslint 2025-08-18 12:31:35 +02:00
.husky chore(norme/husky): adding husky to print each files 2025-08-18 12:35:33 +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/logs): update the database logs to store the channels id 2025-08-16 22:09:09 +02:00
src style(src/prettier): updating with the prettier 2025-08-18 11:46:10 +02:00
.gitignore chore(gitignore): removing the eslint configuration from ignore 2025-08-18 11:44:54 +02:00
eslint.config.js chore(norme/husky): adding husky to print each files 2025-08-18 12:31:03 +02:00
flake.nix build(nix/flake): init the flake build 2025-07-27 18:22:45 +02:00
package.json chore(norme/husky): adding husky to print each files 2025-08-18 12:30:45 +02:00
README.md style(src/prettier): updating with the prettier 2025-08-18 11:46:10 +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