Skip to content

Commit 7c82316

Browse files
committed
Fixed a typo
1 parent 07d1bfd commit 7c82316

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
@@ -309,7 +309,7 @@ async def move(
309309

310310
await thread.channel.edit(category=category, sync_permissions=True)
311311

312-
if self.bot.config("thread_move_notify") and not silent:
312+
if self.bot.config["thread_move_notify"] and not silent:
313313
embed = discord.Embed(
314314
title="Thread Moved",
315315
description=self.bot.config["thread_move_response"],

0 commit comments

Comments
 (0)