No description
* chore(branch/dev): now have a dev branch to test my update * feat(logs/disable): adding the options to disable the logs - Adding the option to the logs command * feat(logs/disable): adding the options to disable the logs - Adding the option to the logs command * feat(logs/disable): finishing the disable command for logs - suppressing all the data stored in database (concerning the logs) - suppressing all the channels on the logs categories |
||
|---|---|---|
| .github/workflows | ||
| .husky | ||
| assets | ||
| prisma | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| flake.nix | ||
| package.json | ||
| README.md | ||
TTY discord bot
To install dependencies:
bun install
To run in developpement bot:
bun run dev
To build to javacript:
bun run build