From fadd61caf6e06be4cccae4e43487f309d2e74f10 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Tue, 21 Apr 2020 08:57:17 -0700 Subject: move assets around, v7.3.0 --- src/commands/voice/join.ts | 2 +- src/commands/voice/loop.ts | 2 +- src/commands/voice/queue.ts | 2 +- src/commands/voice/shuffle.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/commands/voice') 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'], -- cgit v1.2.3