Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykerd committed Jun 29, 2020
1 parent c55041f commit 43da307
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,25 @@ Lastly build and deploy with docker-compose
docker-compose up --build
```

## Server Config

Run `!bz init` to generate a default config for your server.

### Config options

- `advice_defaults`
- `timeframe` - the default timeframe in minutes (default: 15)
- `include_stablity` - if true only includes flips with increasing sell prices (default: false)
- `message_templates`
- I'm not gonna document this yet I'm lazy
- `bscipt`
- `force_channel_messages` - forces messages to be sent in the private channel instead of current channel when using `get_current_channel` (default: false)
- `send_message_limit` - sets the maximum of times `send_message` may be called. (default: 5)

### Changing config options

No simple interface implimented yet! Help would be appreciated or I'll will work on it on a later date.

# License

Copyright Daniel Wykerd, Dirk Beukes 2020
Expand Down

0 comments on commit 43da307

Please sign in to comment.