Skip to content

Commit 0bfb02e

Browse files
committed
Formatting...
1 parent 15a38bc commit 0bfb02e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cogs/utility.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,8 +695,7 @@ async def mention(self, ctx, *mention: Union[discord.Role, discord.Member, str])
695695
option = mention[0]
696696
if option == "disable":
697697
embed = discord.Embed(
698-
description=f"Disabled mention on thread creation.",
699-
color=self.bot.main_color,
698+
description=f"Disabled mention on thread creation.", color=self.bot.main_color,
700699
)
701700
self.bot.config["mention"] = None
702701
else:

0 commit comments

Comments
 (0)