diff options
Diffstat (limited to 'src/commands/voice/skip.ts')
| -rw-r--r-- | src/commands/voice/skip.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/voice/skip.ts b/src/commands/voice/skip.ts index 8c8740b..1cbe630 100644 --- a/src/commands/voice/skip.ts +++ b/src/commands/voice/skip.ts @@ -7,7 +7,7 @@ module.exports = class SkipVoice extends Command { name: 'skip', group: 'voice', memberName: 'skip', - description: 'Skips one song ahead in the current queue.', + description: 'Skip one song ahead in the current queue.', guildOnly: true, examples: ['uwu!skip'], clientPermissions: ['SPEAK', 'CONNECT', 'SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], |