https://github.com/azarattum/fbot
Bot for Discord that tells you whenever streamer unexpectedly disconnect.
https://github.com/azarattum/fbot
Last synced: 4 months ago
JSON representation
Bot for Discord that tells you whenever streamer unexpectedly disconnect.
- Host: GitHub
- URL: https://github.com/azarattum/fbot
- Owner: Azarattum
- Created: 2020-04-18T17:53:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-23T09:23:48.000Z (5 months ago)
- Last Synced: 2026-01-23T22:05:38.379Z (5 months ago)
- Language: TypeScript
- Size: 955 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://discordapp.com/api/oauth2/authorize?client_id=701074293512994896&permissions=2112&scope=bot). Enjoy.
### Developer Installation:
1. Install all dependencies:
```sh
npm install
```
2. 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 |