From 9809b3e90567d7a077aaf81df2826f9fa2433d1e Mon Sep 17 00:00:00 2001 From: markokajzer Date: Sat, 14 Apr 2018 01:51:05 +0200 Subject: [PATCH] Updated version and Changelog --- CHANGELOG.md | 4 ++++ README.md | 3 +-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ba01a7..9ce1149c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.2 (2018-04-14) + ++ Fixed bot not leaving channel on `!leave` + ## 1.0.1 (2018-03-20) + Fixed a bug that caused tags not to be saved properly diff --git a/README.md b/README.md index 00570a3b..78e9bca7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Discord Soundbot ================ -A soundboard bot for Discord to play your favorite sounds or music. You can also add / rename / remove sounds, ignore certain users, and more! +A Soundboard Bot for Discord to play your favorite sounds or music. You can also add / rename / remove sounds, ignore certain users, and more! This is a *self-hosted* bot which means that you have to install and start the bot yourself. This is due to the bot being heavily involved with voice functionality. But don't sweat it! You can find a thorough installation and configuration guide in this README! @@ -123,4 +123,3 @@ Check `config/config.example.json` for an example configuration and create a new This bot is a dear passion project of mine. If you have any suggestions for new features or improvements, feel free to open an issue. I'll be glad to look into it! If you still need any help after reading the guide, feel free to [join my Discord server](https://discord.gg/tUkH4YB) and shoot me a message. - diff --git a/package.json b/package.json index b034df9c..89e55ed8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-soundbot", - "version": "1.0.1", + "version": "1.0.2", "description": "A Soundboard Bot for Discord Bot", "repository": { "type": "git",