This commit is contained in:
Daniel Odendahl Jr
2017-09-07 22:12:50 +00:00
parent e28733dfe5
commit a6d2ae1c7d
+1 -1
View File
@@ -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;