This commit is contained in:
benji7425 2018-01-27 20:12:31 +00:00
parent 1a5b15421d
commit 5fbd288861
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,11 @@
# Changelog
## v3.5.1
### Fixed
- Fixed reset command not working
### Updated
- Removed deletion of data for removed guilds on startup, as Discord outages can wrongly report the bot as being removed
## v3.5.0
### Added
- MongoDB support

View File

@ -1,5 +1,5 @@
{
"version": "3.5.0",
"version": "3.5.1",
"main": "app/index.js",
"scripts": {
"postinstall": "cd ./core && npm install",