We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d1bfd commit 7c82316Copy full SHA for 7c82316
cogs/modmail.py
@@ -309,7 +309,7 @@ async def move(
309
310
await thread.channel.edit(category=category, sync_permissions=True)
311
312
- if self.bot.config("thread_move_notify") and not silent:
+ if self.bot.config["thread_move_notify"] and not silent:
313
embed = discord.Embed(
314
title="Thread Moved",
315
description=self.bot.config["thread_move_response"],
0 commit comments