diff --git a/royalnet/commands/color.py b/royalnet/commands/color.py new file mode 100644 index 00000000..f97be778 --- /dev/null +++ b/royalnet/commands/color.py @@ -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 am sorry, unknown error occured during working with your request, Admin were notified + """)