Skip to content

Commit

Permalink
fix: make IncomingEvent.guild and IncomingEvent.channel nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Oct 25, 2024
1 parent 756d05e commit 16a8af6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ components:
channel:
type: string
description: The channel the message was received in
nullable: true

guild:
type: string
description: The guild the message was received in
nullable: true

OutgoingRequest:
description: An HTTP request
Expand Down

0 comments on commit 16a8af6

Please sign in to comment.