So I accidentally broke a Skype messaging bot.. – Album on Imgur
Posted by jpluimers on 2016/08/05
// config/db.js module.exports = { url : 'mongodb://localhost/acquisition' }
Source: break-a-skypebot.js
–jeroen
via:
- Imgur: So I accidentally broke a Skype messaging bot..
- Reddit: So I accidentally broke a Skype messaging bot..
- CodeProject – Google+: Accidentally broke a Skype messaging bot …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// config/db.js | |
module.exports = { | |
url : 'mongodb://localhost/acquisition' | |
} |
Leave a Reply