Skip to content

Commit 2e53b7c

Browse files
authored
Update modmail.py
1 parent 5f77f8e commit 2e53b7c

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
@@ -310,7 +310,7 @@ async def move(self, ctx, category: discord.CategoryChannel, *, specifics: str =
310310
embed = discord.Embed(
311311
title="Thread Moved",
312312
description=self.bot.config["thread_move_response"],
313-
color=discord.Color.red())
313+
color=self.bot.main_color
314314

315315
await thread.recipient.send(embed=embed)
316316

0 commit comments

Comments
 (0)