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