From 16a8af6cbda5f3f5af5e92d877ee12b5aa6589da Mon Sep 17 00:00:00 2001 From: zach Date: Thu, 24 Oct 2024 18:34:53 -0700 Subject: [PATCH] fix: make IncomingEvent.guild and IncomingEvent.channel nullable --- plugin.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.yaml b/plugin.yaml index 8d55ca1..1b81d08 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -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