Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
if ctx.message.reference and (msg := ctx.message.reference.resolved) and isinstance(msg, discord.Message): await ctx.send(msg.content) else: await ctx.send("You need to reply to an existing message")