🧹 Last bit of cleaning up before pushing
This commit is contained in:
@ -90,7 +90,7 @@ class databaseFuncs():
|
||||
oldImage = int(f.read())
|
||||
|
||||
if message.id == oldImage:
|
||||
self.bot.log("They reacted to the connectFour game", level = 10)
|
||||
self.bot.log("They reacted to the connectFour game")
|
||||
turn = game["turn"]
|
||||
if user == game["players"][turn]:
|
||||
return True, turn+1
|
||||
@ -111,7 +111,7 @@ class databaseFuncs():
|
||||
for oldMessage in oldMessages:
|
||||
oldMessageID = int(oldMessage)
|
||||
if message.id == oldMessageID:
|
||||
self.bot.log("They reacted to the hangman game", level = 10)
|
||||
self.bot.log("They reacted to the hangman game")
|
||||
gameMessage = True
|
||||
|
||||
return gameMessage
|
||||
|
Reference in New Issue
Block a user