I have tried this
def PONG():
con.send(bytes('PONG :tmi.twitch.tv\r\n', 'UTF-8'))
print("PONG SENT!")
threading.Timer(300, PONG).start()
PONG()
Hoping it works now
I have tried this
def PONG():
con.send(bytes('PONG :tmi.twitch.tv\r\n', 'UTF-8'))
print("PONG SENT!")
threading.Timer(300, PONG).start()
PONG()
Hoping it works now