Twitch bot doesn't send PONG after PING

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