Merge branch 'master' of ssh://github.com/CBenni/beebot
This commit is contained in:
commit
76a9510a7f
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# beebot
|
||||
BBona
|
||||
|
||||
## Installation
|
||||
On Linux - run `npm i`
|
||||
|
||||
On Windows - ask nuuls (xd).
|
||||
Or install node-canvas yourself, see https://github.com/Automattic/node-canvas/wiki/Installation---Windows, then run `npm i`
|
||||
|
||||
|
||||
Then copy the `config.default.json` file to `config.json`, enter your credentials and run it with `node index.js`
|
||||
|
||||
## Usage
|
||||
Add the bot to your discord server with the correct privileges and then run `/bee :emote:`
|
||||
The bot spawns an HTTP server on port 3002 on localhost, so you can use that - `http://host/bee?url=<url>`
|
Reference in a new issue