Fix string interpolation
This commit is contained in:
parent
4a8ea160a8
commit
82fe54b90a
2
index.js
2
index.js
@ -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.`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user