chore: release the bees (#879)

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>
This commit is contained in:
Tom
2026-08-01 18:31:10 -07:00
committed by GitHub
parent 03694512b9
commit 8ecfd2c275

View File

@@ -96,6 +96,10 @@ pub enum EventV1 {
Pong {
data: Ping,
},
/// Release the bees.
Bees,
/// New message
Message(Message),
@@ -379,7 +383,7 @@ pub enum EventV1 {
channel_id: String,
started_at: Option<Timestamp>,
ended: bool,
}
},
}
impl EventV1 {