Skip to content

Commit 16816f3

Browse files
committed
formatting
1 parent 79e88ed commit 16816f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cogs/utility.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -914,9 +914,7 @@ def fmt(val):
914914
for i, (current_key, info) in enumerate(config_help.items()):
915915
if current_key == key:
916916
index = i
917-
embed = discord.Embed(
918-
title=f"{current_key}", color=self.bot.main_color
919-
)
917+
embed = discord.Embed(title=f"{current_key}", color=self.bot.main_color)
920918
embed.add_field(name="Default:", value=fmt(info["default"]), inline=False)
921919
embed.add_field(name="Information:", value=fmt(info["description"]), inline=False)
922920
if info["examples"]:

0 commit comments

Comments
 (0)