mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
14 lines
273 B
Python
14 lines
273 B
Python
import royalnet.engineer as engi
|
|
|
|
|
|
@engi.TeleportingConversation
|
|
async def pmots(*, _msg: engi.Message, **__):
|
|
"""
|
|
Riprenditi da uno stomp colossale!
|
|
|
|
https://t.me/c/1153723135/181784
|
|
"""
|
|
await _msg.reply(text="👣 pmots pmots")
|
|
|
|
|
|
__all__ = ("pmots",)
|