Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
markokajzer committed Sep 9, 2017
1 parent bbf73e5 commit 6ba5c40
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Type `!commands` to print the following list of available commands.
!add Add the attached sound
!rename <old> <new> Rename specified sound
!remove <sound> Remove specified sound
!ignore <user> Ignore specified user
!unignore <user> Unignore specified user
```

### Adding sounds
Expand All @@ -55,10 +57,18 @@ Type `!sounds` to get a list of all sounds that are available to your bot. Play

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

### Renaming sounds

Sounds can be renamed by using `!rename <old> <new>`. The bot will respond with a status update.

### 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.

### Ignoring users

Users can be ignore from using **any** command by the `!ignore <user>` command while specifying their respective ID. The user will be mentioned by the bot in the channel of the message.


## Configuration

Expand Down

0 comments on commit 6ba5c40

Please sign in to comment.