1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/royalpack/commands/color.py

16 lines
314 B
Python
Raw Normal View History

import royalnet.engineer as engi
2021-04-17 02:19:11 +00:00
@engi.TeleportingConversation
2021-04-19 03:26:20 +00:00
async def color(*, _msg: engi.Message, **__):
"""
Invia un colore in chat...?
"""
2021-04-19 17:39:01 +00:00
2021-04-03 16:43:34 +00:00
await _msg.reply(
text="I am sorry, unknown error occured during working with your request, Admin were notified"
)
__all__ = ("color",)