diff --git a/funcs/games/blackjack.py b/funcs/games/blackjack.py index 5594bf0..a89cb9e 100644 --- a/funcs/games/blackjack.py +++ b/funcs/games/blackjack.py @@ -851,7 +851,7 @@ class Blackjack(): logThis("Something fucked up (error code 1320)") # 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)}) if data != None: hilo = str(data["hilo"])