📝 Added doubling to texts
This commit is contained in:
@ -143,7 +143,7 @@ def blackjackContinue(channel):
|
||||
elif preAllStanding:
|
||||
return "", True, done
|
||||
else:
|
||||
return "You have 20 seconds to either hit or stand with \"!blackjack hit\" or \"!blackjack stand\". It's assumed you're standing if you don't make a choice.", False, done
|
||||
return "You have 20 seconds to either hit or stand with \"!blackjack hit\" or \"!blackjack stand\". You can also double down with \"!blackjack double\". It's assumed you're standing if you don't make a choice.", False, done
|
||||
|
||||
def blackjackHit(channel,user):
|
||||
with open("resources/games/games.json", "r") as f:
|
||||
|
Reference in New Issue
Block a user