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
## 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
- Fixed reset command not working

View File

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