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

13 lines
291 B
Python
Raw Normal View History

2021-01-03 01:22:34 +00:00
import royalnet.engineer as engi
@engi.PartialCommand.new(name="ahnonlosoio", syntax="")
2021-01-03 13:42:33 +00:00
async def ahnonlosoio(_sentry: engi.Sentry, _msg: engi.Message, **__):
2021-01-03 01:22:34 +00:00
"""
Ah, non lo so io!
"""
await _msg.send_reply(r"¯\_(ツ)_/¯ Ah, non lo so io!")
__all__ = ("ahnonlosoio",)