mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 22:44:32 +02:00
Fix
This commit is contained in:
@@ -64,7 +64,7 @@ module.exports = class BlackjackCommand extends Command {
|
||||
|
||||
_Hit?_
|
||||
`);
|
||||
const hit = await verify(msg.channel, msg.author, { otherYes: hitWords, otherNo: standWords });
|
||||
const hit = await verify(msg.channel, msg.author, { extraYes: hitWords, extraNo: standWords });
|
||||
if (hit) {
|
||||
const card = this.draw(msg.channel, playerHand);
|
||||
const total = this.calculate(playerHand);
|
||||
|
||||
Reference in New Issue
Block a user