diff --git a/configuration.default.ini b/configuration.default.ini
index 55d492c..bc4859d 100644
--- a/configuration.default.ini
+++ b/configuration.default.ini
@@ -220,6 +220,7 @@ help =
Commands
!duck on/off - enable or disable ducking function
!duckv - set the volume of the bot when ducking is activated
!duckthres - set the threshold of volume to activate ducking (3000 by default)
+ !oust - stop playing and go to default channel
Playlist
@@ -233,10 +234,11 @@ help = Commands
- !repeat [{num}] - repeat current song {num} (1 by default) times.
- !random - randomize the playlist.
- !radio {url} - append a radio {url} to the playlist
+ - !listfile [{pattern}] - display list of available files (that match the regex pattern if {pattern} is given)
- !rbquery {keyword} - query http://www.radio-browser.info for a radio station
- !rbplay {id} - play a radio station with {id} (eg. !rbplay 96746)
- - !listfile [{pattern}] - display list of available files (that match the regex pattern if {pattern} is given)
- - !oust - stop playing and go to default channel
+ - !ytquery {keyword} - query youtube. Use !ytquery -n to turn the page.
+ - !ytplay {index} - play an item from the list returned by !ytquery.
Other