mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 18:39:35 +02:00
fix
This commit is contained in:
@@ -60,7 +60,7 @@ module.exports = class BlackjackCommand extends Command {
|
||||
reason = `You drew ${card.display}, total of ${total}! Bust`;
|
||||
break;
|
||||
} else if (total === 21) {
|
||||
reason = 'You hit 21';
|
||||
reason = `You drew ${card.display} and hit 21`;
|
||||
win = true;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user