fix incorrect help info

This commit is contained in:
Emily 2021-09-17 12:38:25 +10:00
parent 684d49ae5b
commit 5289977fb5
1 changed files with 1 additions and 1 deletions

View File

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