mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
fix typo
This commit is contained in:
@@ -37,8 +37,8 @@ internal static class Fortune
|
||||
return;
|
||||
}
|
||||
|
||||
using var timeouCts = new CancellationTokenSource(TimeSpan.FromSeconds(15*60-5));
|
||||
using var cts = CancellationTokenSource.CreateLinkedTokenSource(timeouCts.Token, Config.Cts.Token);
|
||||
using var timeoutCts = new CancellationTokenSource(TimeSpan.FromSeconds(15*60-5));
|
||||
using var cts = CancellationTokenSource.CreateLinkedTokenSource(timeoutCts.Token, Config.Cts.Token);
|
||||
try
|
||||
{
|
||||
url ??= attachment?.Url;
|
||||
|
||||
Reference in New Issue
Block a user