await ctx.send(embed = discord.Embed(
description = f"""Баланс пользователя **{ctx.author.mention}** составляет **{cursor.execute('SELECT cash FROM users WHERE id = {}'.format(ctx.author.id)).fetchone()[0]}:dollar:**""",
color = 0x2ecc71))
fetchone()[0]