3.5.2
parent
e838b60752
commit
d5b29adad2
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "3.5.1",
|
||||
"version": "3.5.2",
|
||||
"main": "app/index.js",
|
||||
"scripts": {
|
||||
"postinstall": "cd ./core && npm install",
|
||||
|
|
Loading…
Reference in New Issue