/TrashBot

A Discord Server bot I made for me and my friends, but even so, written like a real world application.

Primary LanguageTypeScript

TrashBot

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.

Built With

Installation

$ npm i

Running the Bot

# watch and compile ts to js
$ npm run compile:watch

# watch nodemon
$ npm run start:watch

# build
$ npm run build