This commit is contained in:
Helixu 2021-12-29 12:16:57 +00:00
parent 3bd38c42d3
commit cd02848012

2
bot.py
View file

@ -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(