Update derive for backend/sqlx compatibility.

This commit is contained in:
Quat3rnion 2024-06-04 22:24:28 -04:00
parent 450aa9f440
commit 9f281879a9
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ pub struct ThreadMember {
pub member: Option<Shared<GuildMember>>,
}
#[derive(Debug, Deserialize, Serialize, Clone, PartialEq, Eq)]
#[derive(Debug, Deserialize, Serialize, Clone, PartialEq, Eq, PartialOrd)]
/// Specifies the emoji to use as the default way to react to a [ChannelType::GuildForum] or [ChannelType::GuildMedia] channel post.
///
/// # Reference