Update links
This commit is contained in:
parent
efe595ba4e
commit
a4d803f305
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
This project contains the source code of my ([@ghnou](https://t.me/ghnou)'s) userbot. It is based on Python and Telethon, and has no other dependencies.
|
This project contains the source code of my ([@ghnou](https://t.me/ghnou)'s) userbot. It is based on Python and Telethon, and has no other dependencies.
|
||||||
|
|
||||||
In terms of functionality it will be not too dissimilar from Konata ([bot](https://t.me/konatasanbot), [source](https://git.ghnou.su/ghnou/konata)). Currently it is still a work in progress.
|
In terms of functionality it will be not too dissimilar from Konata ([bot](https://t.me/konatasanbot), [source](https://git.nixmagic.com/ghnou/konata)). Currently it is still a work in progress.
|
||||||
|
|
||||||
#### Credentials
|
#### Credentials
|
||||||
|
|
||||||
|
2
ubot.py
2
ubot.py
@ -135,7 +135,7 @@ async def edit(event):
|
|||||||
await event.respond(msg)
|
await event.respond(msg)
|
||||||
|
|
||||||
if msg.startswith('.sauce'):
|
if msg.startswith('.sauce'):
|
||||||
rpl = 'Sauce: [ghnou/ubot](https://git.ghnou.su/ghnou/ubot)'
|
rpl = 'Sauce: [ghnou/ubot](https://git.nixmagic.com/ghnou/ubot)'
|
||||||
await event.edit(rpl)
|
await event.edit(rpl)
|
||||||
|
|
||||||
if msg.startswith('.help'):
|
if msg.startswith('.help'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user