Skip to content

Commit

Permalink
fix(inspect): undefined property (#1374)
Browse files Browse the repository at this point in the history
Co-authored-by: Shigma <shigma10826@gmail.com>
  • Loading branch information
H4M5TER and shigma committed Mar 3, 2024
1 parent f875413 commit 37885ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/common/inspect/src/index.ts
Expand Up @@ -17,7 +17,8 @@ export function apply(ctx: Context) {
platform: session.platform,
guildId: session.guildId,
selfId: session.selfId,
...session.quote,
userId: session.quote.user?.id,
channelId: session.quote.channel?.id,
})
}

Expand Down

0 comments on commit 37885ab

Please sign in to comment.