mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix(types, bot): Clarify interaction.message comment (#4201)
Co-authored-by: Awesome Stickz <awesome@stickz.dev>
This commit is contained in:
@@ -911,7 +911,7 @@ export interface Interaction {
|
||||
token: string
|
||||
/** Read-only property, always `1` */
|
||||
version: 1
|
||||
/** For the message the button was attached to */
|
||||
/** For components or modals triggered by components, the message they were attached to */
|
||||
message?: Message
|
||||
/** the command data payload */
|
||||
data?: InteractionData
|
||||
|
||||
Reference in New Issue
Block a user