Skip to content

Commit

Permalink
Updated version and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
markokajzer committed Apr 13, 2018
1 parent 4f5d4e8 commit 9809b3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!

Expand Down Expand Up @@ -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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9809b3e

Please sign in to comment.