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

Add command for paltri

This commit is contained in:
Steffo 2019-12-03 19:07:24 +01:00
parent 926fd733e2
commit e59e8e6903
2 changed files with 13 additions and 0 deletions

View file

@ -30,6 +30,7 @@ from .userinfo import UserinfoCommand
from .spell import SpellCommand from .spell import SpellCommand
from .ahnonlosoio import AhnonlosoioCommand from .ahnonlosoio import AhnonlosoioCommand
from .eat import EatCommand from .eat import EatCommand
from .pmots import PmotsCommand
# Enter the commands of your Pack here! # Enter the commands of your Pack here!
available_commands = [ available_commands = [
@ -64,6 +65,7 @@ available_commands = [
SpellCommand, SpellCommand,
AhnonlosoioCommand, AhnonlosoioCommand,
EatCommand, EatCommand,
PmotsCommand,
] ]
# Don't change this, it should automatically generate __all__ # Don't change this, it should automatically generate __all__

View file

@ -0,0 +1,11 @@
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")