lbry-tipbot/README.md
Fillerino f018335f7b Tipbot is here!
Please review!
2017-10-25 21:12:38 +02:00

25 lines
460 B
Markdown

# Bot for [LBRY's Discord](https://discord.gg/tgnNHf5)
(This README will be updated along with bot updates)
Features:
- Tipbot for LBC. Responds to `!tip`.
- Dynamic plugin loading with permission support.
## Requirements
- node > 8.0.0
- npm > 0.12.x
## Installation
Create a bot and get the bot's API Token: https://discordapp.com/developers/applications/me
Edit and rename default.json.example in /config, then run:
```
npm install
node bot.js
```