Compare commits

..
4 Commits
Author SHA1 Message Date
basti 38483cbbeb 1.4.3 2017-05-12 14:02:54 +02:00
basti 0203cb1a62 Fix typo 2017-05-12 14:02:46 +02:00
basti 797fddfafb 1.4.2 2017-05-12 13:58:16 +02:00
basti 82fe54b90a Fix string interpolation 2017-05-12 13:58:05 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
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.`);
}
});
+1 -1
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": {