def __init__(self): self.updater = Updater(token=settings.TELEGRAM_TOKEN) self.dispatcher = self.updater.dispatcher