From e95e2488424fffeecd9826cda007a4992094495c Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 12 Dec 2022 21:30:56 +0900 Subject: [PATCH] new thread --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c5ff2c8..b6349e2 100644 --- a/main.go +++ b/main.go @@ -10,6 +10,6 @@ func main() { if err != nil { panic(err) } - bootstrap.StartTelegramBot() + go bootstrap.StartTelegramBot() bootstrap.StartWebChat() }