Skip to content

Commit 1afaef6

Browse files
committed
Forgot an f-string
1 parent 496ec00 commit 1afaef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ async def plugin_update(self, ctx, *, plugin_name: str):
305305
output = cmd.stdout.decode('utf8').strip()
306306

307307
em = discord.Embed(
308-
description='```\n{output}\n```',
308+
description=f'```\n{output}\n```',
309309
color=self.bot.main_color
310310
)
311311
await ctx.send(embed=em)

0 commit comments

Comments
 (0)