Mention the author that uploaded an heic file
This commit is contained in:
parent
1eb8d27d7e
commit
ea1944b118
@ -71,7 +71,7 @@ async def convert_heic_to_jpg(ctx):
|
||||
img.save(filename=jpg_file)
|
||||
img.close()
|
||||
await ctx.delete()
|
||||
await ctx.channel.send(ctx.content, file=discord.File(jpg_file))
|
||||
await ctx.channel.send("%s said:\n%s" % (ctx.author.mention, ctx.content), file=discord.File(jpg_file))
|
||||
return
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user