mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix lint
This commit is contained in:
@@ -59,8 +59,9 @@ module.exports = class GoogleFeudCommand extends Command {
|
||||
if (suggestions.includes(choice)) {
|
||||
score += 10000 - (suggestions.indexOf(choice) * 1000);
|
||||
display[suggestions.indexOf(choice)] = choice;
|
||||
} else {
|
||||
--tries;
|
||||
}
|
||||
else --tries;
|
||||
}
|
||||
this.client.games.delete(msg.channel.id);
|
||||
if (!display.includes('???')) {
|
||||
|
||||
Reference in New Issue
Block a user