Skip to content

Commit d3bab1a

Browse files
committed
Syntax error in previous commit
1 parent c5d4ccf commit d3bab1a

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
@@ -312,7 +312,7 @@ async def move(self, ctx, category: discord.CategoryChannel, *, specifics: str =
312312
title="Thread Moved",
313313
description=self.bot.config["thread_move_response"],
314314
color=self.bot.main_color
315-
315+
)
316316
await thread.recipient.send(embed=embed)
317317

318318
sent_emoji, _ = await self.bot.retrieve_emoji()

0 commit comments

Comments
 (0)