@ -1,4 +1,12 @@
# Changelog
## v3.5.2
### Added
- Added bot name to version command
- Added stats command
### Fixed
- Fixed reset command not being admin only
## v3.5.1
- Fixed reset command not working
@ -1,5 +1,5 @@
{
"version": "3.5.1",
"version": "3.5.2",
"main": "app/index.js",
"scripts": {
"postinstall": "cd ./core && npm install",