Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Fix repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafitz Setya authored Aug 7, 2021
1 parent f62ce1c commit 532426c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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 <b>slam-aria-mirror-bot</b>.", context.bot, update, reply_markup)
sendMarkup(f"Oops! not a Authorized user.\nPlease deploy your own <b>slam-tg-mirror-bot</b>.", context.bot, update, reply_markup)


def restart(update, context):
Expand Down

0 comments on commit 532426c

Please sign in to comment.