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

15 lines
295 B
Python
Raw Normal View History

2021-04-18 15:02:32 +00:00
import royalnet.engineer as engi
@engi.TeleportingConversation
async def pmots(*, _sentry: engi.Sentry, _msg: engi.Message, **__):
"""
Riprenditi da uno stomp colossale!
https://t.me/c/1153723135/181784
"""
await _msg.reply(text="👣 pmots pmots")
__all__ = ("pmots",)