diff --git a/ubot.py b/ubot.py index 2ef4b0a..ab052a1 100644 --- a/ubot.py +++ b/ubot.py @@ -77,5 +77,9 @@ async def edit(event): msg = event.text.replace(msg, rpl) await event.edit(msg) + if '.sauce' in msg: + rpl = 'Sauce: [ghnou/ubot](https://git.ghnou.su/ghnou/ubot)' + await event.edit(rpl) + client.start() client.run_until_disconnected()