🧹 Last bit of cleaning up before pushing
This commit is contained in:
@ -212,7 +212,7 @@ class DrawHangman():
|
||||
return background
|
||||
|
||||
def drawImage(self,channel):
|
||||
self.bot.log("Drawing hangman image", channel, level = 10)
|
||||
self.bot.log("Drawing hangman image", channel)
|
||||
game = self.bot.database["hangman games"].find_one({"_id":channel})
|
||||
|
||||
random.seed(game["game ID"])
|
||||
|
Reference in New Issue
Block a user