diff --git a/tgbot.go b/tgbot.go index a402261..9c97e5d 100644 --- a/tgbot.go +++ b/tgbot.go @@ -298,6 +298,7 @@ func (b *Bot) Bootstrap(ctx context.Context) { go func() { _ = b.Start(ctx) + wg.Done() }()