Browse Source

Typo fix for SocketGuildUser.Hierarchy description (#831)

tags/2.0.0-beta
Chris Johnston Christopher F 7 years ago
parent
commit
f8108871d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs

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

@@ -43,7 +43,7 @@ namespace Discord.WebSocket
public SocketVoiceState? VoiceState => Guild.GetVoiceState(Id);
public AudioInStream AudioStream => Guild.GetAudioStream(Id);

/// <summary> The position of the user within the role hirearchy. </summary>
/// <summary> The position of the user within the role hierarchy. </summary>
/// <remarks> The returned value equal to the position of the highest role the user has,
/// or int.MaxValue if user is the server owner. </remarks>
public int Hierarchy


Loading…
Cancel
Save