A Discord Server bot I made for me and my friends, but even so, written like a real world application.
This bot was made with Discord.js, Typescript, RxJS and using Functional Reactive Programming. It also consumes the TrashBotAPI.
- Typescript 4.7
- Discord.js
- RxJS
$ npm i
# watch and compile ts to js
$ npm run compile:watch
# watch nodemon
$ npm run start:watch
# build
$ npm run build