From 6b8be057a04be96eb55f1df1f1178357aeacf49c Mon Sep 17 00:00:00 2001 From: Armano den Boef Date: Thu, 18 Dec 2025 08:39:26 +0100 Subject: [PATCH] Fix doc --- NetCord/MessageInteractionMetadata.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetCord/MessageInteractionMetadata.cs b/NetCord/MessageInteractionMetadata.cs index 1490560c6..5ab85b43e 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; }