hilo
This commit is contained in:
@ -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"])
|
||||||
|
Reference in New Issue
Block a user