Merge pull request #12 from lbryio/deposit-msg
remove period from deposit tweet for easier copy/paste
This commit is contained in:
commit
684011e2b6
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -123,7 +123,7 @@ async function doBalance(tweet, msg) {
|
||||||
async function doDeposit(tweet, msg) {
|
async function doDeposit(tweet, msg) {
|
||||||
try {
|
try {
|
||||||
const post = await T.post("statuses/update", {
|
const post = await T.post("statuses/update", {
|
||||||
status: `@${tweet.user.screen_name} Your deposit address is ${await getAddress(id(tweet.user.id_str))}.`,
|
status: `@${tweet.user.screen_name} Your deposit address is ${await getAddress(id(tweet.user.id_str))}`,
|
||||||
in_reply_to_status_id: tweet.id_str
|
in_reply_to_status_id: tweet.id_str
|
||||||
});
|
});
|
||||||
logger.info(
|
logger.info(
|
||||||
|
|
Loading…
Reference in a new issue