No description
Find a file
2025-07-27 22:50:41 +02:00
assets/emoji style(asset): adding emoji assets for reproduction 2025-07-27 18:14:53 +02:00
prisma style(db/guild): adding guild custom option 2025-07-27 22:50:41 +02:00
src feat(cmd/deploy): adding the deploy command 2025-07-27 18:28:19 +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 feat(cmd/deploy): adding the deploy command 2025-07-27 18:28:19 +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