From 2fd5804e871260f047dcb23b9b2ab8f06590dca0 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sat, 10 Nov 2018 21:36:31 +0530 Subject: [PATCH] Update /help --- bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index fe520e2..dc4dd57 100644 --- a/bot.py +++ b/bot.py @@ -354,7 +354,8 @@ def help_command(bot, update, db): "Quests you get XP based on how difficult and important the " "Quest/Side Quest was. Quests/Side Quests can be added and " "modified later.\n\n To get more help check " - "[Extended Help](https://webionite.com/questable/). In case, of " + "[Extended Help](https://webionite.com/questable/) or " + "[this video](https://t.me/quadnite/25). In case, of " "bugs/feedback/more help, contact @ceda\\_ei or join the " "[group](https://t.me/questable).") reply_markup = telegram.ReplyKeyboardMarkup(custom_keyboard)