✨ Better credentials
This commit is contained in:
@@ -234,9 +234,9 @@ async def runMonopoly(channel, command, user):
|
||||
except:
|
||||
logThis("Image deleted before I could react to all of them")
|
||||
|
||||
async def runHangman(channel,user,command = "start"):
|
||||
async def runHangman(channel,user,apiKey = "",command = "start"):
|
||||
try:
|
||||
response, showImage, deleteImage, remainingLetters = parseHangman(str(channel.id),user,command)
|
||||
response, showImage, deleteImage, remainingLetters = parseHangman(str(channel.id),user,command,apiKey)
|
||||
except:
|
||||
logThis("Error parsing command (error code 1701)")
|
||||
if response != "":
|
||||
|
||||
Reference in New Issue
Block a user