From 7080f02d0a2174a9f3261d07652d781ffaa7a151 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Mon, 17 Sep 2018 22:02:27 +0200 Subject: [PATCH] --- commands/fun/music.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fun/music.js b/commands/fun/music.js index 6bee751d..db1fd730 100644 --- a/commands/fun/music.js +++ b/commands/fun/music.js @@ -12,7 +12,7 @@ module.exports = class MusicCommand extends Command { args: [ { key: 'ytblink', - prompt: 'Wich Youtube link would you like to play?\nTo stop the bot just do "haha music stop"', + prompt: 'Wich Youtube link would you like to play? (default: despacito)\nTo stop the bot just do "haha music stop"', type: 'string', default: 'https://www.youtube.com/watch?v=kJQP7kiw5Fk' }