add skip to usage (i completely forgor)

This commit is contained in:
ChomeNS 2022-10-31 20:33:40 +07:00
parent daf4b2a50e
commit 033e2610f0

View file

@ -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));