Skip to content

Commit ccc571c

Browse files
committed
Merge branch 'master' of https://github.com/verixx/modmail
2 parents 3bf2394 + dc5ea80 commit ccc571c

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
@@ -120,7 +120,7 @@ async def __del(self, ctx, *, name: str.lower):
120120
@commands.command()
121121
@commands.has_permissions(manage_channels=True)
122122
async def move(self, ctx, *, category: discord.CategoryChannel):
123-
"""Moves a thread to a specified cateogry."""
123+
"""Moves a thread to a specified category."""
124124
thread = await self.bot.threads.find(channel=ctx.channel)
125125
if not thread:
126126
return await ctx.send('This is not a modmail thread.')

0 commit comments

Comments
 (0)