README.md in cosgrove-0.0.1rc7 vs README.md in cosgrove-0.0.1rc8

- old
+ new

@@ -10,12 +10,14 @@ * Added the ability for each discord channel to have its own upvote weight, as well as have a default. Upvote voting weight can be: * `dynamic` - uses the bot's current voting recharge percent as the upvote percent. * `upvote_rules` - uses channel specific rules. * `100.00 %` - can be any valid voting percentage. + * `disable_comment_voting` - only posts can get votes. * Added `CommentJob` for creating automated replies. * Added callback `on_success_upvote_job` which can be used to, for example, reply to the post after being upvoted. +* Market data now uses Bittrex instead of Poloniex. ## Features * **Registration** * `$register <account> [chain]` - associate `account` with your Discord user (`chain` default `steem`) @@ -43,19 +45,20 @@ ```yaml :cosgrove: :token: :client_id: - :secret: set this + :secure: set this :upvote_weight: upvote_rules :upvote_rules: :channels: :default: :upvote_weight: 50.00 % :general_text: :channel_id: <Your Favorite Channel ID> :upvote_weight: 100.00 % + :disable_comment_voting: true :chain: :steem_account: :steem_posting_wif: :golos_account: :golos_posting_wif: @@ -67,10 +70,10 @@ You will need to request a `token` and `client_id` from Discord (see below). Provide the accounts and `wif` private postings keys if you want your bot to upvote posts. -You should change the `secret` key using the output of: +You should change the `secure` key using the output of: ```ruby SecureRandom.hex(32) ```