From 52a6a9fdb41f76c0c5f6d2c17e6a4d394cf17f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 8 Sep 2018 16:45:27 +0200 Subject: [PATCH] better description --- 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 42dfa0e..81b19ae 100644 --- a/commands/fun/music.js +++ b/commands/fun/music.js @@ -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', } ]