summaryrefslogtreecommitdiff
path: root/commands/voice/skip.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/voice/skip.js')
-rw-r--r--commands/voice/skip.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/commands/voice/skip.js b/commands/voice/skip.js
index 5c5611b..075cc06 100644
--- a/commands/voice/skip.js
+++ b/commands/voice/skip.js
@@ -7,8 +7,9 @@ module.exports = class SkipVoice extends Command {
name: 'skip',
group: 'voice',
memberName: 'skip',
- description: 'skip 1 song in the queue',
- guildOnly: true
+ description: 'skip 1 song ahead in the queue',
+ guildOnly: true,
+ examples: ['s5n!skip']
});
}
run(msg) {