Browse Source

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

pull/2530/head
Casmir GitHub 2 years ago
parent
commit
07bc4cc7f3
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

@@ -9,7 +9,7 @@ namespace Discord;
public class RoleConnection
{
/// <summary>
/// Gets the vanity name of the platform a bot has connected.
/// Gets the vanity name of the platform a bot has connected to.
/// </summary>
public string PlatformName { get; }



Loading…
Cancel
Save