Add MaxUploadLimit to guilds (#2001)

This commit is contained in:
Quin Lynch
2021-12-24 15:58:01 -04:00
committed by GitHub
parent 2a416a355c
commit 7745558bdc
5 changed files with 30 additions and 0 deletions

View File

@@ -201,6 +201,9 @@ namespace Discord.WebSocket
};
}
}
/// <inheritdoc/>
public ulong MaxUploadLimit
=> GuildHelper.GetUploadLimit(this);
/// <summary>
/// Gets the widget channel (i.e. the channel set in the guild's widget settings) in this guild.
/// </summary>