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:
parent
dd2c0e4e68
commit
015d459791
1 changed files with 12 additions and 0 deletions
12
royalnet/commands/color.py
Normal file
12
royalnet/commands/color.py
Normal 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>
|
||||
""")
|
Loading…
Reference in a new issue