📝 Added doubling to texts

This commit is contained in:
NikolajDanger
2020-07-28 12:04:09 +02:00
parent 71fcf80eab
commit 5e31d495f2
2 changed files with 2 additions and 2 deletions

View File

@ -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: