mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 18:29:14 +02:00
beep beep
This commit is contained in:
@@ -62,8 +62,6 @@ module.exports = class DECTalkCommand extends Command {
|
|||||||
try {
|
try {
|
||||||
if (fs.existsSync(file)) await fs.unlinkAsync(file);
|
if (fs.existsSync(file)) await fs.unlinkAsync(file);
|
||||||
await msg.react(fail ? '⚠' : '✅');
|
await msg.react(fail ? '⚠' : '✅');
|
||||||
} catch (err) {
|
|
||||||
await msg.react('⚠');
|
|
||||||
} finally {
|
} finally {
|
||||||
channel.leave();
|
channel.leave();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user