Add secondary source url

This commit is contained in:
blank X 2021-04-02 15:37:17 +07:00
parent d6c980315e
commit 9b03116953
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

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