|
|
@ -59,9 +59,9 @@ export class TwitterBotService implements OnModuleInit { |
|
|
symbolItem.marketPrice |
|
|
symbolItem.marketPrice |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
let status = `Current market mood is ${emoji} ${text.toLowerCase()} (${ |
|
|
let status = `Current market mood is ${emoji} ${text.toLowerCase()} (${round( |
|
|
symbolItem.marketPrice |
|
|
symbolItem.marketPrice |
|
|
}/100)`;
|
|
|
)}/100)`;
|
|
|
|
|
|
|
|
|
const benchmarkListing = await this.getBenchmarkListing(); |
|
|
const benchmarkListing = await this.getBenchmarkListing(); |
|
|
|
|
|
|
|
|
|