Skip to content

Commit 37d3c32

Browse files
committed
fix: Remove thread-only restriction from logs command
The logs command can be used anywhere again.
1 parent b757dea commit 37d3c32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cogs/modmail.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,6 @@ async def anonremoveuser(self, ctx, *users_arg: Union[discord.Member, discord.Ro
12801280

12811281
@commands.group(invoke_without_command=True)
12821282
@checks.has_permissions(PermissionLevel.SUPPORTER)
1283-
@checks.thread_only()
12841283
async def logs(self, ctx, *, user: User = None):
12851284
"""
12861285
Get previous Modmail thread logs of a member.

0 commit comments

Comments
 (0)