diff --git a/readme.md b/readme.md index 94c13fb..30c105a 100644 --- a/readme.md +++ b/readme.md @@ -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. -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 diff --git a/ubot.py b/ubot.py index 3035a39..78cd1f2 100755 --- a/ubot.py +++ b/ubot.py @@ -135,7 +135,7 @@ async def edit(event): await event.respond(msg) 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) if msg.startswith('.help'):