From d150bb66ab787fe1d45a07e81a23a803604ef294 Mon Sep 17 00:00:00 2001 From: imp4ct Date: Wed, 12 Aug 2020 18:03:11 -0400 Subject: [PATCH] Listen for messages and respond --- listener.py | 1 + 1 file changed, 1 insertion(+) diff --git a/listener.py b/listener.py index 00ebf98..13f66d3 100644 --- a/listener.py +++ b/listener.py @@ -4,6 +4,7 @@ import requests, json, time, os apikey = '' # Key of your chat. chatid = '' + # Keep a list of seen updates updateids = [] # # List of functions we can run