Listen for messages and respond

This commit is contained in:
Sean Corrigan 2020-08-12 18:03:11 -04:00
parent 6d7c7a57a4
commit d150bb66ab

View File

@ -4,6 +4,7 @@ import requests, json, time, os
apikey = '' apikey = ''
# Key of your chat. # Key of your chat.
chatid = '' chatid = ''
# Keep a list of seen updates # Keep a list of seen updates
updateids = [] # updateids = [] #
# List of functions we can run # List of functions we can run