pachpage

Results 1 comments of pachpage

I'm using my full email. Here's my code: test.js: ``` javascript var fs = require('fs'); var path = require('path'); var hangoutsBot = require("hangouts-bot"); var credentials = JSON.parse(fs.readFileSync(path.join(__dirname, "credentials.json"))); var bot...