Build promises when guild is unavailable
This commit is contained in:
@@ -126,6 +126,8 @@ namespace Discord.WebSocket
|
|||||||
_emojis = ImmutableArray.Create<Emoji>();
|
_emojis = ImmutableArray.Create<Emoji>();
|
||||||
if (Features == null)
|
if (Features == null)
|
||||||
_features = ImmutableArray.Create<string>();*/
|
_features = ImmutableArray.Create<string>();*/
|
||||||
|
_syncPromise = new TaskCompletionSource<bool>();
|
||||||
|
_downloaderPromise = new TaskCompletionSource<bool>();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user