Listen for messages and respond
This commit is contained in:
parent
6d7c7a57a4
commit
d150bb66ab
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user