Minor edit
This commit is contained in:
@@ -1092,10 +1092,7 @@ namespace Discord
|
|||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary> Blocking call that will not return until client has been stopped. This is mainly intended for use in console applications. </summary>
|
||||||
/// Blocking call that will not return until client has been stopped. This is mainly intended for use in console applications.
|
|
||||||
/// </summary>
|
|
||||||
/// <returns></returns>
|
|
||||||
public void Block()
|
public void Block()
|
||||||
{
|
{
|
||||||
_isStopping.Wait();
|
_isStopping.Wait();
|
||||||
|
|||||||
Reference in New Issue
Block a user