summaryrefslogtreecommitdiff
path: root/src/commands/voice
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-21 08:57:17 -0700
committer8cy <[email protected]>2020-04-21 08:57:17 -0700
commitfadd61caf6e06be4cccae4e43487f309d2e74f10 (patch)
tree2d15a1f841acae0decd5214c1afb570eaa206c65 /src/commands/voice
parentweb back to worker, v7.2.5 (diff)
downloaddep-core-fadd61caf6e06be4cccae4e43487f309d2e74f10.tar.xz
dep-core-fadd61caf6e06be4cccae4e43487f309d2e74f10.zip
move assets around, v7.3.0
Diffstat (limited to 'src/commands/voice')
-rw-r--r--src/commands/voice/join.ts2
-rw-r--r--src/commands/voice/loop.ts2
-rw-r--r--src/commands/voice/queue.ts2
-rw-r--r--src/commands/voice/shuffle.ts2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/commands/voice/join.ts b/src/commands/voice/join.ts
index ce414f4..9633e14 100644
--- a/src/commands/voice/join.ts
+++ b/src/commands/voice/join.ts
@@ -7,7 +7,7 @@ module.exports = class JoinVoice extends Command {
name: 'join',
group: 'voice',
memberName: 'join',
- description: 'Joins your current voice channel.',
+ description: 'Joins your current voice channel. (kinda broken, if you use this command, you won\'t be able to use uwu!leave.)',
throttling: {
usages: 2,
duration: 5
diff --git a/src/commands/voice/loop.ts b/src/commands/voice/loop.ts
index a3bda2a..4ea9fe7 100644
--- a/src/commands/voice/loop.ts
+++ b/src/commands/voice/loop.ts
@@ -8,7 +8,7 @@ module.exports = class LoopVoice extends Command {
aliases: ['repeat'],
group: 'voice',
memberName: 'loop',
- description: 'Loops currently playing audio.',
+ description: 'Loops currently playing track.',
guildOnly: true,
examples: ['uwu!loop', 'uwu!repeat'],
clientPermissions: ['SPEAK', 'CONNECT', 'SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
diff --git a/src/commands/voice/queue.ts b/src/commands/voice/queue.ts
index b92852a..70d6e7c 100644
--- a/src/commands/voice/queue.ts
+++ b/src/commands/voice/queue.ts
@@ -17,7 +17,7 @@ module.exports = class QueueVoice extends Command {
],
group: 'voice',
memberName: 'queue',
- description: 'Displays the current queue.',
+ description: 'Displays the current track queue.',
guildOnly: true,
examples: [
'uwu!queue',
diff --git a/src/commands/voice/shuffle.ts b/src/commands/voice/shuffle.ts
index c50181f..8dcd141 100644
--- a/src/commands/voice/shuffle.ts
+++ b/src/commands/voice/shuffle.ts
@@ -8,7 +8,7 @@ module.exports = class ShuffleVoice extends Command {
name: 'shuffle',
group: 'voice',
memberName: 'shuffle',
- description: 'Shuffles the current queue.',
+ description: 'Shuffles the current track queue.',
guildOnly: true,
examples: ['uwu!shuffle'],
clientPermissions: ['SPEAK', 'CONNECT', 'SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],