diff --git a/bot/__main__.py b/bot/__main__.py index 26a37e5..fb1fb77 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -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)