This commit is contained in:
Daniel Odendahl Jr
2018-09-17 16:30:21 +00:00
parent b141a1e8cb
commit cbbdc6ec0f
+2
View File
@@ -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}.`);
} }
} }
} }