Browse Source

fix spacing of values in guildpermission

pull/1161/head
Chris Johnston 7 years ago
parent
commit
a46910ced7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Permissions/GuildPermission.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Permissions/GuildPermission.cs View File

@@ -26,7 +26,7 @@ namespace Discord
/// This permission requires the owner account to use two-factor /// This permission requires the owner account to use two-factor
/// authentication when used on a guild that has server-wide 2FA enabled. /// authentication when used on a guild that has server-wide 2FA enabled.
/// </remarks> /// </remarks>
BanMembers = 0x00_00_00_04,
BanMembers = 0x00_00_00_04,
/// <summary> /// <summary>
/// Allows all permissions and bypasses channel permission overwrites. /// Allows all permissions and bypasses channel permission overwrites.
/// </summary> /// </summary>


Loading…
Cancel
Save