Added repo link in /start command

This commit is contained in:
Hafitz Setya 2021-03-17 11:25:51 +07:00 committed by GitHub
parent fe22b1cbb3
commit fed9c80ade
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ def stats(update, context):
@run_async
def start(update, context):
start_string = f'''
Hi, I'm Slam, a multipurpose bot for [hafitz](t.me/hafitzXD)
Hi, I'm [Slam](https://github.com/breakdowns/slam-mirrorbot), a multipurpose bot for [hafitz](t.me/hafitzXD)
Type /{BotCommands.HelpCommand} to get a list of available commands
'''
update.effective_message.reply_photo("https://telegra.ph/file/db03910496f06094f1f7a.jpg", start_string, parse_mode=ParseMode.MARKDOWN)