This commit is contained in:
benji7425 2017-11-12 19:50:22 +00:00
parent c151201384
commit 8a71425dc4
2 changed files with 4 additions and 2 deletions

View File

@ -1,12 +1,13 @@
# Changelog
## v3.1.0-b1
## v3.1.0
### Added
- RSS element content is now included in the post the bot makes when there is a new feed
- Warning message after setup command if supplied URL does not return valid RSS
- Guild join and leave messages in the console
- Removal of guild data if the bot leaves a guild
### Updated
@ -16,6 +17,7 @@
### Fixed
- Fixed syntax error when role omitted in feed setup command; it is now properly optional
- Fixed the wrong feed sometimes being removed when using the remove-feed command
## v3.0.1

View File

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