Fix SocketGuild not returning the AudioClient (#2248)
This commit is contained in:
@@ -1781,7 +1781,7 @@ namespace Discord.WebSocket
|
|||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
ulong? IGuild.AFKChannelId => AFKChannelId;
|
ulong? IGuild.AFKChannelId => AFKChannelId;
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
IAudioClient IGuild.AudioClient => null;
|
IAudioClient IGuild.AudioClient => AudioClient;
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
bool IGuild.Available => true;
|
bool IGuild.Available => true;
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
|||||||
Reference in New Issue
Block a user