diff --git a/NetCord/Gateway/GatewayClient.cs b/NetCord/Gateway/GatewayClient.cs index afa587b4..329e5774 100644 --- a/NetCord/Gateway/GatewayClient.cs +++ b/NetCord/Gateway/GatewayClient.cs @@ -98,7 +98,7 @@ public partial class GatewayClient : WebSocketClient, IEntity /// /// Sent when the object for the bot is updated. This event is largely just a signal that you are a member of the thread. - /// The inner payload is a object with a set . + /// The inner payload is a object with a set . /// public event Func? GuildThreadUserUpdate;