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

@@ -99,6 +99,9 @@ namespace Discord.Rest
};
}
}
/// <inheritdoc/>
public ulong MaxUploadLimit
=> GuildHelper.GetUploadLimit(this);
/// <inheritdoc />
public NsfwLevel NsfwLevel { get; private set; }
/// <inheritdoc />