2 Commits

Author SHA1 Message Date
38483cbbeb 1.4.3 2017-05-12 14:02:54 +02:00
0203cb1a62 Fix typo 2017-05-12 14:02:46 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ const Web3 = require('web3');
getBalance().then(balance => { getBalance().then(balance => {
if (balance <= 0) { if (balance <= 0) {
messageRoom(`Yo gang, I\m broke! Please drop me some ETH to ${hubotWalletAddress}. kthxbai.`); messageRoom(`Yo gang, I\'m broke! Please drop me some ETH to ${hubotWalletAddress}. kthxbai.`);
} }
}); });

View File

@@ -1,6 +1,6 @@
{ {
"name": "hubot-kredits", "name": "hubot-kredits",
"version": "1.4.2", "version": "1.4.3",
"description": "Kosmos Kredits functionality for chat bots", "description": "Kosmos Kredits functionality for chat bots",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {