diff --git a/steam/profile.go b/steam/profile.go index b78f252..648ed60 100644 --- a/steam/profile.go +++ b/steam/profile.go @@ -11,7 +11,7 @@ import ( "watn3y/steamsalty/config" ) -var sleeptime time.Duration = 10 * time.Second +var sleeptime time.Duration = 1 * time.Minute func StartWatchers(bot *tgbotapi.BotAPI) { var wg sync.WaitGroup