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