diff --git a/bot/__main__.py b/bot/__main__.py index 9d680ec5eae..8b59939f005 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -49,7 +49,7 @@ def start(update, context): Type /{BotCommands.HelpCommand} to get a list of available commands ''' buttons = button_build.ButtonMaker() - buttons.buildbutton("Repo", "https://github.com/breakdowns/slam-aria-mirror-bot") + buttons.buildbutton("Repo", "https://github.com/breakdowns/slam-tg-mirror-bot") buttons.buildbutton("Support Group", "https://t.me/SlamMirrorSupport") reply_markup = InlineKeyboardMarkup(buttons.build_menu(2)) LOGGER.info('UID: {} - UN: {} - MSG: {}'.format(update.message.chat.id, update.message.chat.username, update.message.text)) @@ -60,7 +60,7 @@ def start(update, context): else : sendMarkup(start_string, context.bot, update, reply_markup) else : - sendMarkup(f"Oops! not a Authorized user.\nPlease deploy your own slam-aria-mirror-bot.", context.bot, update, reply_markup) + sendMarkup(f"Oops! not a Authorized user.\nPlease deploy your own slam-tg-mirror-bot.", context.bot, update, reply_markup) def restart(update, context):