Skip to content

Commit

Permalink
Updated stop description
Browse files Browse the repository at this point in the history
  • Loading branch information
markokajzer committed Nov 7, 2016
1 parent 22f44c8 commit e340388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Type `!commands` to print the following list of available commands.
!mostplayed Show 15 most used sounds
!<sound> Play the specified sound
!random Play random sounds
!stop Stop playing
!stop Stop playing and clear queue
!remove <sound> Remove specified sound
```

Expand Down
2 changes: 1 addition & 1 deletion bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function listCommands(user) {
'!mostplayed Show 15 most used sounds',
'!<sound> Play the specified sound',
'!random Play random sound',
'!stop Stop playing',
'!stop Stop playing and clear queue',
'!remove <sound> Remove specified sound',
'```'
];
Expand Down

0 comments on commit e340388

Please sign in to comment.