bot: Display debug end even if hook hasn't been processed

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-12-17 16:01:23 +01:00
commit 04bae8dc0c
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2

View file

@ -120,8 +120,8 @@ impl XmppClient {
})
.await
}
debug!("XMPP Bot Processed Hook");
}
debug!("XMPP Bot Processed Hook");
}
pub async fn disconnect(self) -> Result<(), Error> {