diff --git a/funcs/games/blackjack.py b/funcs/games/blackjack.py index 81c9c06..ed8059a 100644 --- a/funcs/games/blackjack.py +++ b/funcs/games/blackjack.py @@ -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: diff --git a/resources/help/help-blackjack.txt b/resources/help/help-blackjack.txt index b7d161e..8184076 100644 --- a/resources/help/help-blackjack.txt +++ b/resources/help/help-blackjack.txt @@ -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. \ No newline at end of file +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. \ No newline at end of file