From a0a933eb324fda96aedd1dfe2fbbcb10fa5190f5 Mon Sep 17 00:00:00 2001 From: Zeyla Hellyer Date: Sun, 14 May 2017 21:35:59 -0700 Subject: Remove more remaining selfbot support We removed these a long time ago, and these were missed. --- src/model/channel/message.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/model/channel/message.rs') diff --git a/src/model/channel/message.rs b/src/model/channel/message.rs index 593aa48..91f6c89 100644 --- a/src/model/channel/message.rs +++ b/src/model/channel/message.rs @@ -31,12 +31,6 @@ pub struct Message { pub edited_timestamp: Option, /// Array of embeds sent with the message. pub embeds: Vec, - /// Whether the message is the "found" message in a search. - /// - /// Note that this is only relevant in the context of searches, and will - /// otherwise always be `false`. - #[serde(default)] - pub hit: bool, /// Indicator of the type of message this is, i.e. whether it is a regular /// message or a system message. #[serde(rename="type")] -- cgit v1.2.3