Skip to content

Commit 57b5f14

Browse files
authored
Update modmail.py
Type: """Moves a thread to a specified cateogry.""" Fixed: """Moves a thread to a specified category."""
1 parent d42532f commit 57b5f14

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)