uniborg/stdplugins/sp_h.py

7 lines
202 B
Python
Raw Normal View History

2018-08-26 21:28:26 +00:00
from telethon import events
from telethon.tl import types
2018-08-26 21:57:45 +00:00
@borg.on(events.NewMessage(pattern="^h$", outgoing=False))
2018-08-26 21:28:26 +00:00
async def on_h(event):
2018-08-26 21:57:45 +00:00
await borg.reply(file="CAADAQADpgIAAna32gVJ62JcFcDnqwI")