From b7ab3adfb6681eec91f284513f0bc7a2564b3b77 Mon Sep 17 00:00:00 2001 From: Casmir <68127614+csmir@users.noreply.github.com> Date: Sat, 21 Jan 2023 11:56:24 +0100 Subject: [PATCH] Update src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs --- .../Entities/ApplicationRoleConnection/RoleConnection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs b/src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs index 51d604735..d2bf54f41 100644 --- a/src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs +++ b/src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs @@ -14,7 +14,7 @@ public class RoleConnection public string PlatformName { get; } /// - /// Gets the username on the platform a bot has connected. + /// Gets the username on the platform a bot has connected to. /// public string PlatformUsername { get; }