fix incorrect help info
This commit is contained in:
parent
684d49ae5b
commit
5289977fb5
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ exports.help = {
|
||||||
name: "play",
|
name: "play",
|
||||||
category: "Music",
|
category: "Music",
|
||||||
description: 'Plays the song you request, or adds it to the queue.',
|
description: 'Plays the song you request, or adds it to the queue.',
|
||||||
usage: 'playnext [song]',
|
usage: 'play [song]',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue