This commit is contained in:
benji7425 2017-12-08 00:57:44 +00:00
parent bb86035a21
commit 553344a416
2 changed files with 6 additions and 2 deletions

View File

@ -1,11 +1,15 @@
# Changelog
## Unreleased
## v3.2.0-b1
### Updated
- Updated data storage to use a NeDB database rather than a json file
- Updated feed checking interval to check one guild every 10 seconds (this may slow down the time it takes to post, but will improve performance)
- Improve stability of feed checking
- Tidy up some console spam
### Fixed
- Fix bot crash if feed article contains link with invalid host name
- Temporary fix for bot crash if used with a feed without links in the articles (didn't realise this was possible...)
- Attempt fix for issues caused by every feed of every guild being checked at the same time
## v3.1.3
### Added

View File

@ -1,5 +1,5 @@
{
"version": "3.1.3",
"version": "3.2.0-b1",
"main": "app/index.js",
"scripts": {
"postinstall": "cd ./discord-bot-core && npm install",