From 07bc4cc7f307e008f7344bfa2da4dca56e9b8753 Mon Sep 17 00:00:00 2001 From: Casmir <68127614+csmir@users.noreply.github.com> Date: Sat, 21 Jan 2023 11:56:19 +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 b764fedc8..51d604735 100644 --- a/src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs +++ b/src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs @@ -9,7 +9,7 @@ namespace Discord; public class RoleConnection { /// - /// Gets the vanity name of the platform a bot has connected. + /// Gets the vanity name of the platform a bot has connected to. /// public string PlatformName { get; }