@ -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
@ -1,5 +1,5 @@
{
"version": "3.5.0",
"version": "3.5.1",
"main": "app/index.js",
"scripts": {
"postinstall": "cd ./core && npm install",