mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
Fixed
This commit is contained in:
@@ -49,7 +49,6 @@ module.exports = class GoogleFeudCommand extends Command {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.playing.delete(msg.channel.id);
|
this.playing.delete(msg.channel.id);
|
||||||
console.log(fails);
|
|
||||||
if (fails === 3) return msg.say('Better luck next time!');
|
if (fails === 3) return msg.say('Better luck next time!');
|
||||||
return msg.say('You win! Nice job, master of Google!');
|
return msg.say('You win! Nice job, master of Google!');
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user