Skip to content

Commit

Permalink
Minor error fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-K0 authored Apr 25, 2024
1 parent 1843ce4 commit b8d2f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetCord/Gateway/GatewayClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public partial class GatewayClient : WebSocketClient, IEntity

/// <summary>
/// Sent when the <see cref="Rest.GuildThreadUser"/> 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 <see cref="Rest.GuildThreadUserUpdateEventArgs"/> object with a set <see cref="GuildThreadUsersUpdateEventArgs.GuildId"/>.
/// The inner payload is a <see cref="GuildThreadUserUpdateEventArgs"/> object with a set <see cref="GuildThreadUsersUpdateEventArgs.GuildId"/>.
/// </summary>
public event Func<GuildThreadUserUpdateEventArgs, ValueTask>? GuildThreadUserUpdate;

Expand Down

0 comments on commit b8d2f75

Please sign in to comment.