Update links

This commit is contained in:
Michael De Roover 2021-04-21 01:36:25 +02:00
parent efe595ba4e
commit a4d803f305
Signed by: vim
GPG Key ID: 075496E232CE04CB
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'):