diff --git a/core/src/main/kotlin/entity/interaction/ComponentInteraction.kt b/core/src/main/kotlin/entity/interaction/ComponentInteraction.kt index 3130ed3aca5..4ee5eec4e9c 100644 --- a/core/src/main/kotlin/entity/interaction/ComponentInteraction.kt +++ b/core/src/main/kotlin/entity/interaction/ComponentInteraction.kt @@ -32,6 +32,7 @@ sealed class ComponentInteraction : Interaction(), ComponentInteractionBehavior override val user: User get() = User(data.user.value!!, kord) + /** * The message that contains the interacted component, null if the message is ephemeral. */