2 Commits

Author SHA1 Message Date
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 => { 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.1", "version": "1.4.2",
"description": "Kosmos Kredits functionality for chat bots", "description": "Kosmos Kredits functionality for chat bots",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {