mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
add skip to usage (i completely forgor)
This commit is contained in:
parent
daf4b2a50e
commit
033e2610f0
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ module.exports = {
|
|||
description: 'Plays music',
|
||||
alias: [],
|
||||
trusted: 0,
|
||||
usage: '<play|playurl|stop|loop|list|nowplaying|loop> <song|all|current|off>',
|
||||
usage: '<play|playurl|stop|loop|list|skip|loop|nowplaying> <song|all|current|off>',
|
||||
execute: function(bot, username, usernameraw, sender, prefix, args) {
|
||||
if (args[0]==='play') {
|
||||
play(bot, args.slice(1));
|
||||
|
|
Loading…
Reference in a new issue