Update README, change bot start message to correct link

This commit is contained in:
2019-12-13 08:08:48 -06:00
parent 63da31c09f
commit c4fae63e48
2 changed files with 8 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ def ask_for_credentials():
# Define a few command handlers. These usually take the two arguments bot and update. Error handlers also receive the raised TelegramError object in error.
def start(update, context: CallbackContext):
"""Send a message when the command /start is issued."""
update.message.reply_text('Hello there!\n/help will give a short introduction to this bot.\nIts an inline bot, so you shouldn\'nt really be using it here.\nThis is a bot made by @DailytheNoob, check out the code on daviddaily.dev/python')
update.message.reply_text('Hello there!\n/help will give a short introduction to this bot.\nIts an inline bot, so you shouldn\'nt really be using it here.\nThis is a bot made by @DailytheNoob, check out the code on daviddaily.dev/david/telegram-music-bot')
def help(update, context: CallbackContext):
"""Send a message when the command /help is issued."""