beep beep

This commit is contained in:
Daniel Odendahl Jr
2017-10-02 16:44:35 +00:00
parent eb8a1d17d3
commit 1302ed0ebf
-2
View File
@@ -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();
}