From 1302ed0ebfb6b5d757e1baf9bec36d16166776b9 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 2 Oct 2017 16:44:35 +0000 Subject: [PATCH] beep beep --- commands/text-edit/dec-talk.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/commands/text-edit/dec-talk.js b/commands/text-edit/dec-talk.js index a2e583d2..9b1ad293 100644 --- a/commands/text-edit/dec-talk.js +++ b/commands/text-edit/dec-talk.js @@ -62,8 +62,6 @@ module.exports = class DECTalkCommand extends Command { try { if (fs.existsSync(file)) await fs.unlinkAsync(file); await msg.react(fail ? '⚠' : '✅'); - } catch (err) { - await msg.react('⚠'); } finally { channel.leave(); }