From 9b2ab3b7a29983beba6908644a69925fd7adf253 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Wed, 29 Apr 2020 14:42:03 -0700 Subject: add contact cmds, qol updates/ formatting, v9.1.0 --- src/commands/voice/play.ts | 2 +- src/commands/voice/skip.ts | 2 +- src/commands/voice/volume.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/commands/voice') diff --git a/src/commands/voice/play.ts b/src/commands/voice/play.ts index c6d37a9..6041843 100644 --- a/src/commands/voice/play.ts +++ b/src/commands/voice/play.ts @@ -13,7 +13,7 @@ module.exports = class PlayVoice extends Command { name: 'play', group: 'voice', memberName: 'play', - description: 'Play the audio of a YouTube video in a voice channel.', + description: 'Play the audio of a YouTube video in a voice channel. (Other audio providers coming soon!)', guildOnly: true, clientPermissions: ['SPEAK', 'CONNECT', 'SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], 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'], diff --git a/src/commands/voice/volume.ts b/src/commands/voice/volume.ts index 483653e..4851ee7 100644 --- a/src/commands/voice/volume.ts +++ b/src/commands/voice/volume.ts @@ -8,7 +8,7 @@ module.exports = class VolumeVoice extends Command { aliases: ['vol'], group: 'voice', memberName: 'volume', - description: 'Changes volume of any currentaly playing audio.', + description: 'Changes volume of any currently playing audio.', guildOnly: true, args: [ { -- cgit v1.2.3