This commit is contained in:
NikolajDanger
2020-07-30 16:46:50 +02:00
parent 3b3b554549
commit eabba7a059
2 changed files with 3 additions and 3 deletions

View File

@ -505,7 +505,7 @@ async def parseCommands(message,content):
handNumber = int(commands[2])
except:
handNumber = 0
response = blackjackstand(str(message.channel),message.author.display_name,handNumber)
response = blackjackStand(str(message.channel),message.author.display_name,handNumber)
if response.startswith("accept"):
await message.add_reaction("👍")