This commit is contained in:
benji7425 2017-10-19 00:20:42 +01:00
parent a0571cfc11
commit e882ffa82e
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## v3.0.1
### Fixed
- Fixed nicknamed bot not responding to users on android
- Fixed "playing" message including "https://" in front of site url
## v3.0.0
### Added

View File

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