Skip to content

Commit ab08a36

Browse files
committed
Change move command permissions
1 parent cf7add6 commit ab08a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/modmail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ async def del_(self, ctx, *, name: str.lower):
142142
await ctx.send(embed=embed)
143143

144144
@commands.command()
145-
@checks.has_permissions(manage_channels=True)
145+
@checks.has_permissions(manage_messages=True)
146146
async def move(self, ctx, *, category: discord.CategoryChannel):
147147
"""Moves a thread to a specified category."""
148148
thread = ctx.thread

0 commit comments

Comments
 (0)