A Discord bot that makes rudamentary pdf contracts based on some information using discord.js, Commando, and TypeScript. Supports auto-compilation.
- Automatic compilation and restarting with Nodemon. When edits are saved, Nodemon will automatically recompile your code and restart your bot.
- SQLite database support with Commando's SQLite adapter.
- Makes contracts for mutual anime watching.
npm i
from your favourite shell.
Start a debug session with npm run debug
.