Browse Source

Improve wording

pull/3535/head
Thomas Kaul 1 year ago
parent
commit
8adf4f4122
  1. 2
      apps/api/src/services/twitter-bot/twitter-bot.service.ts

2
apps/api/src/services/twitter-bot/twitter-bot.service.ts

@ -70,7 +70,7 @@ export class TwitterBotService {
await this.twitterClient.v2.tweet(status);
Logger.log(
`Fear & Greed Index has been tweeted: https://x.com/ghostfolio_/status/${createdTweet.id}`,
`Fear & Greed Index has been posted: https://x.com/ghostfolio_/status/${createdTweet.id}`,
'TwitterBotService'
);
}

Loading…
Cancel
Save