No description
Find a file
Raphael 08dae4f787 style(error/command): Changing the message error
The name will not have the command name at the start
(already seen in the catch message)
2025-08-16 22:10:15 +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(error/command): Changing the message error 2025-08-16 22:10:15 +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