Skip to content

Commit

Permalink
Updated commands and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markokajzer committed Dec 22, 2016
1 parent 8eb6241 commit d634686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ Type `!commands` to print the following list of available commands.
!<sound> Play the specified sound
!random Play random sounds
!stop Stop playing and clear queue
!add Add the attached sound
!remove <sound> Remove specified sound
```

### Adding sounds

Currently you have to create your own sounds as .mp3 files and put the in the `sounds/` directory. Your bot will automatically use new sounds, no need to restart.
You can add sounds to the bot by typing `!add` and attaching a file. The file has to be an .mp3 file of less than 1MB.

### Playing sounds

Expand All @@ -56,9 +57,3 @@ All sounds will be added to a queue and played in succession. To halt the playba
### Removing sounds

You can delete sounds by typing `!remove <sound>`. The bot will respond with the status of the deletion in the channel of the message.

## Todo

+ Add possibility to add sounds
+ PM the bot a wav or mp3 file < 1MB and it will add it to the soundboard.
+ Delete sound messages
1 change: 1 addition & 0 deletions src/Util.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Util {
'!<sound> Play the specified sound',
'!random Play random sound',
'!stop Stop playing and clear queue',
'!add Add the attached sound',
'!remove <sound> Remove specified sound',
'```'
].join('\n');
Expand Down

0 comments on commit d634686

Please sign in to comment.