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', } ]