Fix Issue #10
This commit is contained in:
parent
3bd38c42d3
commit
cd02848012
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -228,7 +228,7 @@ Our server contains everything we do and work on.""")
|
||||||
@bot.command(brief='makes things gay')
|
@bot.command(brief='makes things gay')
|
||||||
async def gay(ctx, url = None):
|
async def gay(ctx, url = None):
|
||||||
await ctx.message.delete()
|
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()
|
await ctx.trigger_typing()
|
||||||
async with aiohttp.ClientSession() as session:
|
async with aiohttp.ClientSession() as session:
|
||||||
async with session.get(
|
async with session.get(
|
||||||
|
|
Loading…
Reference in a new issue