diff --git a/tagging/tagging.py b/tagging/tagging.py index 633325d..1a79b65 100644 --- a/tagging/tagging.py +++ b/tagging/tagging.py @@ -15,6 +15,7 @@ def __init__(self, bot: ModmailBot): @checks.has_permissions(PermissionLevel.SUPPORTER) @commands.command() + @checks.thread_only() async def tag(self, ctx: commands.Context, tag: Optional[str]) -> None: """ Append a tag at the beginning of the channel name.