mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
Fix
This commit is contained in:
@@ -85,6 +85,8 @@ module.exports = class BlackjackCommand extends Command {
|
|||||||
reason = `**${playerTotal}**-${total}`;
|
reason = `**${playerTotal}**-${total}`;
|
||||||
win = true;
|
win = true;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
await msg.say(`Dealer drew ${card.display}, total of ${total}.`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user