Skip to content

Commit

Permalink
Trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Jan 16, 2024
1 parent a6b794c commit fcc533f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bot/Coc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ internal static async Task BotReadyAsync()
while (true)
{
await PollAsync();
await Task.Delay(4000);
await Task.Delay(5000);
}
}
}

0 comments on commit fcc533f

Please sign in to comment.