Skip to content

Commit

Permalink
uncomment events tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
ethboi committed Jul 30, 2023
1 parent 3155235 commit 0dbeffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function InitVariables() {

export async function runBot(network: Network) {
await RunTradeBot(discordClientLyra, twitterClient, telegramClient, network)
//await TrackEvents(discordClientLyra, telegramClient, twitterClient, twitterClient1, network)
await TrackEvents(discordClientLyra, telegramClient, twitterClient, twitterClient1, network)
}

export async function SetUpTwitter() {
Expand Down

0 comments on commit 0dbeffb

Please sign in to comment.