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

12 lines
267 B
Python
Raw Normal View History

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