Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into react_and_notificat…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
klntsky committed Jun 16, 2024
2 parents 8bf926f + 5acd538 commit 830cec5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/bot.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import process from 'process'
import 'dotenv/config'
import { initBot, sendMessageToBotUsers } from './utils'
import { initBot } from './utils'
import { getLogger } from './utils'

const start = async () => {
Expand Down Expand Up @@ -36,14 +36,6 @@ const start = async () => {
process.once('SIGTERM', async () => {
bot.stop('SIGTERM')
})

// sendMessageToBotUsers(bot, `
// Мы были приятно удивлены тем, сколько людей залетело в бота прямо с питча, и решили продолжить развивать этот проект!

// Цель номер один - доделать нашу киллер-фичу - алерты, когда монета делает 2x от цены покупки (на хакатоне было мало времени и мы не успели, но у нас почти всё готово).

// Подписывайтесь на наш канал с анонсами - @ton_2x_ru.
// `)
}

start()

0 comments on commit 830cec5

Please sign in to comment.