import royalnet.engineer as engi import royalnet.engineer.conversation as c @engi.TeleportingConversation async def color(*, _sentry: engi.Sentry, _msg: engi.Message, **__): """ Invia un colore in chat...? """ await _msg.reply( text="I am sorry, unknown error occured during working with your request, Admin were notified" ) __all__ = ("color",)