</@bot.command()
async def test( ctx ):
global moder
embed = discord.Embed(
title = 'Don,t write tags in title!',
description=f"Привет, {message.author}!",
color = discord.Colour.from_rgb(255, 255, 255)
)
moder = await ctx.send(
embed = embed
)>