diff --git a/commands/music.js b/commands/music.js index 3573203..6805fcf 100644 --- a/commands/music.js +++ b/commands/music.js @@ -132,7 +132,7 @@ module.exports = { description: 'Plays music', alias: [], trusted: 0, - usage: ' ', + usage: ' ', execute: function(bot, username, usernameraw, sender, prefix, args) { if (args[0]==='play') { play(bot, args.slice(1));