Skip to content

Commit 463786a

Browse files
authored
fix: Remove thread-only restriction from logs command (#3397)
The logs command can be used anywhere again. Signed-off-by: lorenzo132 <50767078+lorenzo132@users.noreply.github.com>
1 parent 46efff7 commit 463786a

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
@@ -1200,7 +1200,6 @@ async def anonremoveuser(self, ctx, *users_arg: Union[discord.Member, discord.Ro
12001200

12011201
@commands.group(invoke_without_command=True)
12021202
@checks.has_permissions(PermissionLevel.SUPPORTER)
1203-
@checks.thread_only()
12041203
async def logs(self, ctx, *, user: User = None):
12051204
"""
12061205
Get previous Modmail thread logs of a member.

0 commit comments

Comments
 (0)