mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Beep
This commit is contained in:
@@ -36,7 +36,7 @@ module.exports = class EmojiEmojiRevolutionCommand extends Command {
|
||||
time: 30000
|
||||
});
|
||||
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...');
|
||||
}
|
||||
let turn = 0;
|
||||
|
||||
Reference in New Issue
Block a user