Reduced report chat messages to 1 min of polling
This commit is contained in:
@@ -162,7 +162,7 @@ internal class DiscordBot : IHostedService
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
await Task.Delay(TimeSpan.FromMinutes(10), token).ConfigureAwait(false);
|
await Task.Delay(TimeSpan.FromMinutes(1), token).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
catch (OperationCanceledException)
|
catch (OperationCanceledException)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user