def get_bot(): '''Return the Telegram bot with token is drawn from config''' return telebot.TeleBot(botcfg['TELEGRAM_TOKEN'])