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

View file

@ -1,5 +1,12 @@
# Changelog # 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 ## v3.0.0
### Added ### Added

View file

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