Skip to content

Commit 68c44c3

Browse files
committed
1 parent 7fb3f7a commit 68c44c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/modmail.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2132,7 +2132,7 @@ async def disable_new(self, ctx):
21322132
description="Modmail will not create any new threads.",
21332133
color=self.bot.main_color,
21342134
)
2135-
if self.bot.config["dm_disabled"] < DMDisabled.NEW_THREADS:
2135+
if self.bot.config["dm_disabled"] != DMDisabled.NEW_THREADS:
21362136
self.bot.config["dm_disabled"] = DMDisabled.NEW_THREADS
21372137
await self.bot.config.update()
21382138

0 commit comments

Comments
 (0)