This commit is contained in:
benji7425 2018-02-11 00:20:47 +00:00
parent e838b60752
commit d5b29adad2
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,12 @@
# Changelog # 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 ## v3.5.1
### Fixed ### Fixed
- Fixed reset command not working - Fixed reset command not working

View File

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