fix fmt
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2026-07-02 12:54:14 +01:00
parent 881c48685e
commit 5929e890a6

View File

@@ -99,7 +99,11 @@ impl serenity::client::EventHandler for Handler {
if !is_watched {
if let Some(ref thread_channel) = msg.thread {
if let Some(parent_id) = thread_channel.parent_id {
if self.db.is_watched_channel(guild_id, parent_id).unwrap_or(false) {
if self
.db
.is_watched_channel(guild_id, parent_id)
.unwrap_or(false)
{
// This message is in a thread whose parent is watched
} else {
return;