Skip to content

Commit

Permalink
Update core/src/commonMain/kotlin/entity/Message.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Kellermann <lukellmann@gmail.com>
  • Loading branch information
DRSchlaubi and lukellmann authored Apr 15, 2024
1 parent 1637d25 commit 18661ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/commonMain/kotlin/entity/Message.kt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public class Message(
public val interaction: Interaction? get() = data.interaction.mapNullable { Interaction(it, kord) }.value

/**
* The [thread][ThreadChannel] created by this message.
* The [thread][ThreadChannel] that was started from this message.
*/
public val thread: ThreadChannel? get() = data.thread.mapNullable { ThreadChannel(it, kord) }.value

Expand Down

0 comments on commit 18661ca

Please sign in to comment.