|
@@ -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 /> |
|
|