Fixed a warning
This commit is contained in:
@@ -610,7 +610,7 @@ namespace Discord.WebSockets.Voice
|
|||||||
if (!_connectedEvent.Wait(timeout, _cancelToken))
|
if (!_connectedEvent.Wait(timeout, _cancelToken))
|
||||||
throw new TimeoutException();
|
throw new TimeoutException();
|
||||||
}
|
}
|
||||||
catch (OperationCanceledException ex)
|
catch (OperationCanceledException)
|
||||||
{
|
{
|
||||||
ThrowError();
|
ThrowError();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user