summaryrefslogtreecommitdiff
path: root/src/commands/voice
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-29 14:42:03 -0700
committer8cy <[email protected]>2020-04-29 14:42:03 -0700
commit9b2ab3b7a29983beba6908644a69925fd7adf253 (patch)
tree2d62bbe56895bf1349b86f89d021d0ce67f6a608 /src/commands/voice
parentformatting, blacklists, v9.0.1 (diff)
downloaddep-core-9b2ab3b7a29983beba6908644a69925fd7adf253.tar.xz
dep-core-9b2ab3b7a29983beba6908644a69925fd7adf253.zip
add contact cmds, qol updates/ formatting, v9.1.0
Diffstat (limited to 'src/commands/voice')
-rw-r--r--src/commands/voice/play.ts2
-rw-r--r--src/commands/voice/skip.ts2
-rw-r--r--src/commands/voice/volume.ts2
3 files changed, 3 insertions, 3 deletions
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: [
{