mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
Beep
This commit is contained in:
@@ -36,7 +36,7 @@ module.exports = class EmojiEmojiRevolutionCommand extends Command {
|
|||||||
time: 30000
|
time: 30000
|
||||||
});
|
});
|
||||||
if (!verify.size || !['yes', 'y'].includes(verify.first().content.toLowerCase())) {
|
if (!verify.size || !['yes', 'y'].includes(verify.first().content.toLowerCase())) {
|
||||||
this.fighting.delete(msg.channel.id);
|
this.playing.delete(msg.channel.id);
|
||||||
return msg.say('Looks like they declined...');
|
return msg.say('Looks like they declined...');
|
||||||
}
|
}
|
||||||
let turn = 0;
|
let turn = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user