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

15 lines
351 B
Python

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