Added repo link in /start command
This commit is contained in:
parent
fe22b1cbb3
commit
fed9c80ade
|
|
@ -44,7 +44,7 @@ def stats(update, context):
|
||||||
@run_async
|
@run_async
|
||||||
def start(update, context):
|
def start(update, context):
|
||||||
start_string = f'''
|
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
|
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)
|
update.effective_message.reply_photo("https://telegra.ph/file/db03910496f06094f1f7a.jpg", start_string, parse_mode=ParseMode.MARKDOWN)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue