Simple discord bot project using typescript
Add notes about how to use the system.
To run the bot create a .local.env file in the /src folder and
populate it with your token ID
install dependencies
npm i
To run the bot use
npm run dev
To built the project
npm run built
To run linter or lint with fix option
npm run lint
npm run lintfix
Typescript and Node.js
- frantisekf
- LukasCh
- Griffin931