diff options
Diffstat (limited to 'src/commands/voice/loop.ts')
| -rw-r--r-- | src/commands/voice/loop.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/voice/loop.ts b/src/commands/voice/loop.ts index 69cc6a1..eb289a4 100644 --- a/src/commands/voice/loop.ts +++ b/src/commands/voice/loop.ts @@ -29,7 +29,7 @@ module.exports = class LoopVoice extends Command { ) { return msg.reply('There isn\'t any audio playing right now. ' + emoji.random()); } - msg.channel.send( + msg.say( `${msg.guild.musicData.nowPlaying.title} added to queue. ` + emoji.random() ); msg.guild.musicData.queue.unshift(msg.guild.musicData.nowPlaying); |