This commit is contained in:
jona605a
2020-12-09 16:28:20 +01:00
parent 1fb2df546e
commit 4cd2006105

View File

@ -851,7 +851,7 @@ class Blackjack():
logThis("Something fucked up (error code 1320)") logThis("Something fucked up (error code 1320)")
# Returning current hi-lo value # Returning current hi-lo value
elif content.startswith("hilo") and "#"+str(ctx.message.author.id) == "#266269899859427329": elif content.startswith("hilo"):
data = self.bot.database["hilo"].find_one({"_id":str(channel)}) data = self.bot.database["hilo"].find_one({"_id":str(channel)})
if data != None: if data != None:
hilo = str(data["hilo"]) hilo = str(data["hilo"])