mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-12-13 05:35:58 +00:00
Merge remote-tracking branch 'upstream/master' into vnext
This commit is contained in:
commit
fee6ad6ed5
@ -48,7 +48,7 @@ namespace CompatBot
|
||||
CompatList.CheckForRpcs3Updates((DiscordClient)client, null).ConfigureAwait(false).GetAwaiter().GetResult();
|
||||
}
|
||||
catch { }
|
||||
Task.Delay(TimeSpan.FromMinutes(1), Config.Cts.Token).ConfigureAwait(false).GetAwaiter().GetResult();
|
||||
Task.Delay(TimeSpan.FromHours(1), Config.Cts.Token).ConfigureAwait(false).GetAwaiter().GetResult();
|
||||
}
|
||||
}
|
||||
catch (TaskCanceledException) { }
|
||||
|
Loading…
Reference in New Issue
Block a user