mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 14:55:40 +02:00
Fix lint
This commit is contained in:
@@ -72,7 +72,7 @@ module.exports = class LieSwatterCommand extends Command {
|
||||
if (trueOptions.includes(answer) || falseOptions.includes(answer)) {
|
||||
res.react(SUCCESS_EMOJI_ID || '✅').catch(() => null);
|
||||
return true;
|
||||
};
|
||||
}
|
||||
return false;
|
||||
};
|
||||
const msgs = await msg.channel.awaitMessages(filter, {
|
||||
|
||||
Reference in New Issue
Block a user