[Refactor] Refactor some stuff (#2688)
* fix some `internal` classes being exposed * update xmldoc comments to use `<see langword>` * bump library version in samples * fix possible oversight
This commit is contained in:
@@ -90,7 +90,7 @@ namespace Discord.Rest
|
||||
/// </summary>
|
||||
/// <param name="user">The user to get the overwrite from.</param>
|
||||
/// <returns>
|
||||
/// An overwrite object for the targeted user; <c>null</c> if none is set.
|
||||
/// An overwrite object for the targeted user; <see langword="null" /> if none is set.
|
||||
/// </returns>
|
||||
public virtual OverwritePermissions? GetPermissionOverwrite(IUser user)
|
||||
{
|
||||
@@ -107,7 +107,7 @@ namespace Discord.Rest
|
||||
/// </summary>
|
||||
/// <param name="role">The role to get the overwrite from.</param>
|
||||
/// <returns>
|
||||
/// An overwrite object for the targeted role; <c>null</c> if none is set.
|
||||
/// An overwrite object for the targeted role; <see langword="null" /> if none is set.
|
||||
/// </returns>
|
||||
public virtual OverwritePermissions? GetPermissionOverwrite(IRole role)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user