livecodingtv-bot icon indicating copy to clipboard operation
livecodingtv-bot copied to clipboard

Results 2 livecodingtv-bot issues
Sort by recently updated
recently updated
newest added

Hi, I have a problem with reading logs of chat bots. I use Linux for developing and program add \n. I've attached log file with example. [logs-2017-06-03.txt](https://github.com/owenconti/livecodingtv-bot/files/1049661/logs-2017-06-03.txt)

4) Fill in the setup/custom/credentials.js file with the following format: ``` var username = 'LCTV_BOT_USERNAME'; var password = 'XMPP_BOT_PASSWORD'; // Found in step 3 var room = 'LCTV_USER_WHERE_BOT_WILL_BE'; module.exports =...