Skip to content

Commit

Permalink
Incorrectly logging user as mod the closed thread
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBSG committed Feb 3, 2024
1 parent 28b2d12 commit d98c446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/modmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ async def _appeal_accept(self, interaction: discord.Interaction, reason: app_com
finally:
await utils._close_thread(
self.bot,
user,
interaction.user,
None,
interaction.channel,
self.bot.get_channel(config.modLog),
Expand Down Expand Up @@ -451,7 +451,7 @@ async def _appeal_deny(
finally:
await utils._close_thread(
self.bot,
user,
interaction.user,
None,
interaction.channel,
self.bot.get_channel(config.modLog),
Expand Down

0 comments on commit d98c446

Please sign in to comment.