better description

This commit is contained in:
Loïc Bersier 2018-09-08 16:45:27 +02:00
parent f3b457d97b
commit 52a6a9fdb4

View file

@ -10,7 +10,7 @@ module.exports = class MusicCommand extends Command {
args: [
{
key: 'ytblink',
prompt: 'Wich Youtube link would you like to play? (stop to make the bot leave the channel)',
prompt: 'Wich Youtube link would you like to play?\nTo stop the bot just do "haha music stop"',
type: 'string',
}
]