@bot.command(pass_context=True)
async def splt(ctx):
user = ctx.message.author.mention
message=f'{user}Мне кажется, вам подойдет этот сплит'
embed = discord.Embed(title='Split', description=message, color=0xf852f8)
file = discord.File('z_Q6o2wOJ7g.jpg')
embed.set_image(url="attachment://z_Q6o2wOJ7g.jpg")
await ctx.send(embed=embed, file=file)