Skip to content

Commit

Permalink
Merge pull request #107 from TotallyNotRobots/gonzobot+update-cmc-api
Browse files Browse the repository at this point in the history
Update cryptocurrency plugin to new CMC API
  • Loading branch information
linuxdaemon authored Mar 17, 2020
2 parents 09f4474 + f8c01a0 commit b0cfb12
Show file tree
Hide file tree
Showing 6 changed files with 962 additions and 134 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add the factoid character in the listfacts output
### Changed
- Cleaned up the timeformat API and implementation (#32)
- Updated cryptocurrency to new CoinMarketCap API
### Fixed
- Disconnect active vs configured channel lists (#11)
- Fix reminder tests time based errors
Expand Down
3 changes: 2 additions & 1 deletion config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
"lyricsnmusic": "",
"cleverbot": "",
"brewerydb": "",
"alphavantage": ""
"alphavantage": "",
"coinmarketcap": ""
},
"database": "sqlite:///cloudbot.db",
"plugin_loading": {
Expand Down
Loading

0 comments on commit b0cfb12

Please sign in to comment.