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

Add color command

This commit is contained in:
Steffo 2019-03-25 10:03:50 +01:00
parent dd2c0e4e68
commit 015d459791

View file

@ -0,0 +1,12 @@
from ..utils import Command, CommandArgs, Call
class PingCommand(Command):
command_name = "color"
command_title = "Invia un colore in chat...?"
async def common(self, call: Call, args: CommandArgs):
await call.reply("""
<i>I am sorry, unknown error occured during working with your request, Admin were notified</i>
""")