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

View File

@ -1 +1 @@
Kommandoen "!blackjack" starter et spil blackjack. "!blackjack bet [beløb]" lader dig vædde en mængde af dine GwendoBucks. Du bruger "!blackjack hit" og "!blackjack stand" i løbet af spillet.
Kommandoen "!blackjack" starter et spil blackjack. "!blackjack bet [beløb]" lader dig vædde en mængde af dine GwendoBucks. Du bruger "!blackjack hit", "!blackjack stand" og "!blackjack double" i løbet af spillet.