Browse Source

Minor doc edit

pull/114/head
RogueException 9 years ago
parent
commit
c316817c5f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/Entities/Users/IGuildUser.cs

+ 1
- 1
src/Discord.Net/Entities/Users/IGuildUser.cs View File

@@ -20,7 +20,7 @@ namespace Discord
/// <summary> Returns a collection of the roles this user is a member of in this guild, including the guild's @everyone role. </summary> /// <summary> Returns a collection of the roles this user is a member of in this guild, including the guild's @everyone role. </summary>
IReadOnlyCollection<IRole> Roles { get; } IReadOnlyCollection<IRole> Roles { get; }


/// <summary> Gets the channel-level permissions granted to this user for a given channel. </summary>
/// <summary> Gets the level permissions granted to this user to a given channel. </summary>
ChannelPermissions GetPermissions(IGuildChannel channel); ChannelPermissions GetPermissions(IGuildChannel channel);


/// <summary> Kicks this user from this guild. </summary> /// <summary> Kicks this user from this guild. </summary>


Loading…
Cancel
Save