🧹 Last bit of cleaning up before pushing
This commit is contained in:
@ -8,7 +8,7 @@ class drawConnectFour():
|
||||
|
||||
# Draws the whole thing
|
||||
def drawImage(self, channel):
|
||||
self.bot.log("Drawing connect four board", level = 10)
|
||||
self.bot.log("Drawing connect four board")
|
||||
game = self.bot.database["connect 4 games"].find_one({"_id":channel})
|
||||
|
||||
board = game["board"]
|
||||
|
Reference in New Issue
Block a user