From bb6ef5bdac9dc016630b90ba559765433801915c Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 5 May 2020 17:10:57 -0400 Subject: [PATCH] Reply in airhorn/dec-talk --- commands/voice/airhorn.js | 2 +- commands/voice/dec-talk.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/voice/airhorn.js b/commands/voice/airhorn.js index 427cb474..69c2893a 100644 --- a/commands/voice/airhorn.js +++ b/commands/voice/airhorn.js @@ -31,7 +31,7 @@ module.exports = class AirhornCommand extends Command { const inGuild = msg.guild ? undefined : null; const connection = this.client.voice.connections.get(msg.guild.id); if (!connection) { - return msg.say(`I am not in a voice channel. Use ${msg.anyUsage('join', inGuild, inGuild)} to fix that!.`); + return msg.reply(`I am not in a voice channel. Use ${msg.anyUsage('join', inGuild, inGuild)} to fix that!.`); } const airhorn = sounds[Math.floor(Math.random() * sounds.length)]; connection.play(path.join(__dirname, '..', '..', 'assets', 'sounds', 'airhorn', airhorn)); diff --git a/commands/voice/dec-talk.js b/commands/voice/dec-talk.js index 684cb3ce..7c15e20b 100644 --- a/commands/voice/dec-talk.js +++ b/commands/voice/dec-talk.js @@ -50,7 +50,7 @@ module.exports = class DECTalkCommand extends Command { const inGuild = msg.guild ? undefined : null; const connection = this.client.voice.connections.get(msg.guild.id); if (!connection) { - return msg.say(`I am not in a voice channel. Use ${msg.anyUsage('join', inGuild, inGuild)} to fix that!.`); + return msg.reply(`I am not in a voice channel. Use ${msg.anyUsage('join', inGuild, inGuild)} to fix that!.`); } try { const { url } = await request