This commit is contained in:
Basti 2017-05-12 14:02:46 +02:00
parent 797fddfafb
commit 0203cb1a62

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.`);
}
});