Skip to content

Commit ccc8e6f

Browse files
committed
Fix previous commit.
1 parent fd6dfb7 commit ccc8e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ async def on_raw_reaction_add(self, payload):
12631263
)
12641264
logger.info(
12651265
"A new thread using react to contact was blocked from %s due to disabled Modmail.",
1266-
message.author,
1266+
member,
12671267
)
12681268
return await member.send(embed=embed)
12691269

0 commit comments

Comments
 (0)