Skip to content

Commit 1aa7dfc

Browse files
committed
Add thread_move_title config
1 parent d70fd49 commit 1aa7dfc

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
@@ -305,7 +305,7 @@ async def move(self, ctx, category: discord.CategoryChannel, *, specifics: str =
305305

306306
if self.bot.config["thread_move_notify"] and not silent:
307307
embed = discord.Embed(
308-
title="Thread Moved",
308+
title=self.bot.config["thread_move_title"],
309309
description=self.bot.config["thread_move_response"],
310310
color=self.bot.main_color,
311311
)

0 commit comments

Comments
 (0)