No description
Find a file
Raphaël 13d950c99d
chore(workflow/bun): updating the checkbuild to be on all branches (#32)
- updating the workflow to be on all the branches (using the ** operator)
2025-08-18 19:36:11 +02:00
.github/workflows chore(workflow/bun): updating the checkbuild to be on all branches (#32) 2025-08-18 19:36:11 +02:00
.husky fix(eslint): now is activated and normed using ts comparaison 2025-08-18 14:45:46 +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(logs/show): update the message 2025-08-18 15:56:26 +02:00
.gitignore chore(gitignore): removing the eslint configuration from ignore 2025-08-18 11:44:54 +02:00
eslint.config.js style(norme/eslint): now edited the husky rules before commiting 2025-08-18 14:57:23 +02:00
flake.nix build(nix/flake): init the flake build 2025-07-27 18:22:45 +02:00
package.json style(norme/eslint): now edited the husky rules before commiting 2025-08-18 14:57:23 +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