From 5289977fb5113fe231280596fa887a30303c9515 Mon Sep 17 00:00:00 2001 From: Emily Wood Date: Fri, 17 Sep 2021 12:38:25 +1000 Subject: [PATCH] fix incorrect help info --- src/commands/play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]', };