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

17 lines
321 B
Python
Raw Normal View History

2021-04-18 15:02:32 +00:00
import royalnet.engineer as engi
2021-04-30 13:22:58 +00:00
import royalpack.bolts as rb
2021-04-18 15:02:32 +00:00
2021-04-30 13:22:58 +00:00
@rb.capture_errors
2021-04-18 15:02:32 +00:00
@engi.TeleportingConversation
2021-04-19 03:26:20 +00:00
async def pmots(*, _msg: engi.Message, **__):
2021-04-18 15:02:32 +00:00
"""
Riprenditi da uno stomp colossale!
https://t.me/c/1153723135/181784
"""
await _msg.reply(text="👣 pmots pmots")
__all__ = ("pmots",)