This commit is contained in:
benji7425 2018-01-27 02:31:59 +00:00
parent 03737c15f3
commit 793f531c63
2 changed files with 13 additions and 2 deletions

View File

@ -1,4 +1,15 @@
# Changelog # Changelog
## v3.5.0-b3
### Added
- Reset command to clear all data for a guild
### Updated
- Updated MongoDB version to increase compatibility
- Removed automatic daily restart (I think it shouldn't be needed now that MongoDB support is working)
### Fixed
- Guild data being deleted on a Discord outage
## v3.5.0-b2 ## v3.5.0-b2
### Fixed ### Fixed
- Fixed a couple of script errors - Fixed a couple of script errors

View File

@ -1,9 +1,9 @@
{ {
"version": "3.5.0-b2", "version": "3.5.0-b3",
"main": "app/index.js", "main": "app/index.js",
"scripts": { "scripts": {
"postinstall": "cd ./discord-bot-core && npm install", "postinstall": "cd ./discord-bot-core && npm install",
"start": "node discord-bot-core/monitor.js ./app/index.js --name=rss-feed" "start": "node ./app/index.js --name=rss-feed"
}, },
"dependencies": { "dependencies": {
"@types/node": "9.3.0", "@types/node": "9.3.0",