From 9b03116953710f51e634103917268b39a9dfffd6 Mon Sep 17 00:00:00 2001 From: blank X Date: Fri, 2 Apr 2021 15:37:17 +0700 Subject: [PATCH] Add secondary source url --- rias.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rias.py b/rias.py index ba6c29f..f9d7042 100644 --- a/rias.py +++ b/rias.py @@ -108,7 +108,7 @@ async def main(): @client.on(events.NewMessage(pattern=f'(?i)/start(?:@{me.username})?(?:\\s|$)', func=lambda e: e.is_private)) async def start(e): - await e.reply('Welcome to blankie contact bot!\n\nSource: https://gitlab.com/blankX/rias', link_preview=False) + await e.reply('Welcome to blankie contact bot!\n\nSource: https://gitlab.com/blankX/rias or https://git.nixnet.services/blankie/rias', link_preview=False) raise events.StopPropagation @client.on(events.NewMessage(func=lambda e: e.is_private))