uniborg/stdplugins/testplugin.py

6 lines
98 B
Python
Raw Normal View History

2018-04-07 20:20:16 +00:00
from telethon import events
@borg.on(events.NewMessage)
async def asdf(e):
print(e.raw_text)