t = ctx.message.author.status
if str(t) == 'online':
d = "✅В сети"
if member.is_on_mobile():
d = "✅В сети\nС телефона"
elif str(t) == 'offline':
d = " Не в сети"
elif str(t) == 'idle':
d = "Неактивен"
elif str(t) == 'dnd':
d = "Не беспокоить"
listball = ["Yes", "No", "Hmmm...", "Yeaaa"]
@bot.command()
embed = discord.Embed(title="Ball", description=(await ctx.send(random.choise(list-ball))
m = await bot.send_message(message.chat.id, 'Ждем: 2сек')
await m.edit(content = "Ждем: 1сек")