From b237eef91cb48c8be2df5c215ac67f75e5c5b394 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 18 Jan 2025 18:10:06 +0000 Subject: !close can also be used by moderators, not just OP --- bot/exts/help_channels/_channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/help_channels/_channel.py b/bot/exts/help_channels/_channel.py index d0f6e1b76..1de6e5a83 100644 --- a/bot/exts/help_channels/_channel.py +++ b/bot/exts/help_channels/_channel.py @@ -51,7 +51,7 @@ async def _close_help_post(closed_post: discord.Thread, closing_reason: _stats.C if closing_reason == _stats.ClosingReason.CLEANUP: close_title += " as OP left server" elif closing_reason == _stats.ClosingReason.COMMAND: - close_title += f" by OP with {constants.Bot.prefix}close" + close_title += f" with {constants.Bot.prefix}close" elif closing_reason == _stats.ClosingReason.INACTIVE: close_title += " for inactivity" elif closing_reason == _stats.ClosingReason.NATIVE: -- cgit v1.2.3