mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
beep beep
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user