1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-17 10:53:57 +00:00
royalnet/royalpack/commands/pmots.py

12 lines
275 B
Python
Raw Normal View History

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