This commit is contained in:
benji7425 2017-09-20 23:46:29 +01:00
parent a5371c4711
commit 4dc73a6783
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## v3.0.0-b4
- Removed "command not recognised" response, it caused 'fake' errors if multiple bots being run off the same token
## v3.0.0-b3
### Updated

View File

@ -1,5 +1,5 @@
{
"version": "3.0.0-b3",
"version": "3.0.0-b4",
"main": "app/index.js",
"scripts": {
"postinstall": "cd ./discord-bot-core && npm install",