🧹 Last bit of cleaning up before pushing
This commit is contained in:
@@ -12,7 +12,7 @@ class ReactionCog(commands.Cog):
|
||||
if user.bot == False:
|
||||
message = reaction.message
|
||||
channel = message.channel
|
||||
self.bot.log(f"{user.display_name} reacted to a message",str(channel.id), level = 10)
|
||||
self.bot.log(f"{user.display_name} reacted to a message",str(channel.id))
|
||||
try:
|
||||
connectFourTheirTurn, piece = self.bot.databaseFuncs.connectFourReactionTest(channel,message,"#"+str(user.id))
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user