diff --git a/NetCord/MessageInteractionMetadata.cs b/NetCord/MessageInteractionMetadata.cs index 1490560c..5ab85b43 100644 --- a/NetCord/MessageInteractionMetadata.cs +++ b/NetCord/MessageInteractionMetadata.cs @@ -27,7 +27,7 @@ public MessageInteractionMetadata(JsonMessageInteractionMetadata jsonModel, Rest public InteractionType Type => _jsonModel.Type; /// - /// ID of the user who triggered the interaction + /// The user who triggered the interaction. /// public User User { get; }