1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00
royalnet/royalpack/commands/pmots.py

12 lines
275 B
Python
Raw Normal View History

2019-12-03 18:07:24 +00:00
from typing import *
2020-05-10 22:46:12 +00:00
import royalnet.commands as rc
2019-12-03 18:07:24 +00:00
2020-05-10 22:46:12 +00:00
class PmotsCommand(rc.Command):
2019-12-03 18:07:24 +00:00
name: str = "pmots"
description: str = "Confondi Proto!"
2020-05-10 22:46:12 +00:00
async def run(self, args: rc.CommandArgs, data: rc.CommandData) -> None:
2019-12-03 18:07:24 +00:00
await data.reply("👣 pmots pmots")