4 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
797fddfafb 1.4.2 2017-05-12 13:58:16 +02:00
82fe54b90a Fix string interpolation 2017-05-12 13:58:05 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ const Web3 = require('web3');
getBalance().then(balance => {
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",
"version": "1.4.1",
"version": "1.4.3",
"description": "Kosmos Kredits functionality for chat bots",
"main": "index.js",
"scripts": {