new thread

This commit is contained in:
Evan 2022-12-12 21:30:56 +09:00
parent f23d765ce3
commit e95e248842

View File

@ -10,6 +10,6 @@ func main() {
if err != nil {
panic(err)
}
bootstrap.StartTelegramBot()
go bootstrap.StartTelegramBot()
bootstrap.StartWebChat()
}