Skip to content

Commit e1945dc

Browse files
committed
More specific close message for native close
1 parent 3fbd94a commit e1945dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/help_channels/_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async def _close_help_post(closed_post: discord.Thread, closing_reason: _stats.C
5555
elif closing_reason == _stats.ClosingReason.INACTIVE:
5656
close_title += " for inactivity"
5757
elif closing_reason == _stats.ClosingReason.NATIVE:
58-
close_title += " by OP"
58+
close_title += " using Discord native close action"
5959

6060

6161
embed.set_author(name=close_title, icon_url=CLOSED_POST_ICON_URL)

0 commit comments

Comments
 (0)