Skip to content

Commit b237eef

Browse files
committed
!close can also be used by moderators, not just OP
1 parent e1945dc commit b237eef

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
@@ -51,7 +51,7 @@ async def _close_help_post(closed_post: discord.Thread, closing_reason: _stats.C
5151
if closing_reason == _stats.ClosingReason.CLEANUP:
5252
close_title += " as OP left server"
5353
elif closing_reason == _stats.ClosingReason.COMMAND:
54-
close_title += f" by OP with {constants.Bot.prefix}close"
54+
close_title += f" with {constants.Bot.prefix}close"
5555
elif closing_reason == _stats.ClosingReason.INACTIVE:
5656
close_title += " for inactivity"
5757
elif closing_reason == _stats.ClosingReason.NATIVE:

0 commit comments

Comments
 (0)