Browse Source

Update src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs

pull/2530/head
Casmir GitHub 2 years ago
parent
commit
b7ab3adfb6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs

+ 1
- 1
src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs View File

@@ -14,7 +14,7 @@ public class RoleConnection
public string PlatformName { get; }

/// <summary>
/// Gets the username on the platform a bot has connected.
/// Gets the username on the platform a bot has connected to.
/// </summary>
public string PlatformUsername { get; }



Loading…
Cancel
Save