diff --git a/src/commands/play.js b/src/commands/play.js index 882aedd..a876c63 100644 --- a/src/commands/play.js +++ b/src/commands/play.js @@ -21,5 +21,5 @@ exports.help = { name: "play", category: "Music", description: 'Plays the song you request, or adds it to the queue.', - usage: 'playnext [song]', + usage: 'play [song]', };