From cd02848012d86dbe441aa994fb4852714fa92198 Mon Sep 17 00:00:00 2001 From: Helixu Date: Wed, 29 Dec 2021 12:16:57 +0000 Subject: [PATCH] Fix Issue #10 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 6b6db8d..8cde8e2 100644 --- a/bot.py +++ b/bot.py @@ -228,7 +228,7 @@ Our server contains everything we do and work on.""") @bot.command(brief='makes things gay') async def gay(ctx, url = None): await ctx.message.delete() - await ctx.send("*Command executed by {ctx.author.name}#{ctx.author.discriminator}*") + await ctx.send(f"*Command executed by {ctx.author.name}#{ctx.author.discriminator}*") await ctx.trigger_typing() async with aiohttp.ClientSession() as session: async with session.get(