Skip to content

Commit dc5ea80

Browse files
authored
Merge pull request #155 from HeresHavi/master
Fix typo in category help doc
2 parents d42532f + 57b5f14 commit dc5ea80

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)