From f8d167697e16cf438d4d9ab375fe890d91acaf72 Mon Sep 17 00:00:00 2001 From: SmileRex <78729299+RexReposit@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:30:58 +0300 Subject: [PATCH] Update main.go --- main.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index b39d39b..a065f51 100644 --- a/main.go +++ b/main.go @@ -8,12 +8,14 @@ import ( tele "gopkg.in/telebot.v4" ) +var yourToken = "" + func main() { dataHandler := handlers.Data{} dataHandler.InitDB() pref := tele.Settings{ - Token: "7757765456:AAFpFXhbi9XCfgRt7P3OT3F_jrBBplubWZA", + Token: yourToken, Poller: &tele.LongPoller{Timeout: 10 * time.Second}, }