mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 18:54: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',
|
description: 'Plays music',
|
||||||
alias: [],
|
alias: [],
|
||||||
trusted: 0,
|
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) {
|
execute: function(bot, username, usernameraw, sender, prefix, args) {
|
||||||
if (args[0]==='play') {
|
if (args[0]==='play') {
|
||||||
play(bot, args.slice(1));
|
play(bot, args.slice(1));
|
||||||
|
|
Loading…
Reference in a new issue