/FBot

Bot for Discord that tells you whenever streamer unexpectedly disconnect.

Primary LanguageTypeScript

FBot

Bot for Discord that tells you whenever streamer unexpectedly disconnect.

Features:

  • Writes 'F' in chat when someone streaming disconnects

Usage:

Add bot to your server. Enjoy.

Developer Installation:

  1. Install all dependencies:
npm install
  1. Add your auth token to .env file. (Use example.env as template)

NPM Scripts:

Script Description
run Runs your application
release Creates a production build of the project
build Builds the entire project with webpack
watch Watches all file changes and rebuilds them if necessary