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

10 lines
280 B
Python
Raw Permalink Normal View History

2019-12-03 14:18:45 +00:00
from royalnet.commands import *
class AhnonlosoioCommand(Command):
name: str = "ahnonlosoio"
description: str = "Ah, non lo so io!"
async def run(self, args: CommandArgs, data: CommandData) -> None:
2019-12-09 12:31:00 +00:00
await data.reply(r"🤷 Ah, non lo so io! ¯\_(ツ)_/¯")