Skip to content

Commit

Permalink
Preparing 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markokajzer committed Jan 17, 2019
1 parent 04a6c7c commit 7f2f484
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ coverage/
dist/
node_modules/

*.tgz

config/*
!config/locales/
!config/config.example.json
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 1.5.0 (Unreleased)
## 1.5.0 (2018-17-01)

+ Added `!entrance` command
+ Added possibility to specify a range when adding from sound from YouTube
+ Added possibility to specify a range when adding sound from YouTube
+ Added possibility to specifiy a tag for `!random`
+ Added Spanish translation (thanks [@ibito](https://github.com/ibito))

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ You can instead also add a sound from YouTube with `!add <name> <link>`.

### Playing sounds

Type `!sounds` to get a list of all sounds that are available to your bot. Play any sound by prefixing it with your prefix, e.g. `!rickroll`. Play a random sound with `!random`.
Type `!sounds` to get a list of all sounds that are available to your bot. Play any sound by prefixing it with your prefix, e.g. `!rickroll`. Play a random sound with `!random`. You can specify a tag with `!random` to play a random sound with a specific tag.

All sounds will be added to a queue and played in succession. To halt the playback and empty the queue type `!stop`.

Expand Down
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.5.0-dev",
"version": "1.5.0",
"description": "A Soundboard for Discord",
"main": "dist/src/index.js",
"repository": {
Expand Down

0 comments on commit 7f2f484

Please sign in to comment.