Add MaxUploadLimit to guilds (#2001)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user