bot: Display debug end even if hook hasn't been processed
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
eb0b7ff020
commit
04bae8dc0c
1 changed files with 1 additions and 1 deletions
|
|
@ -120,8 +120,8 @@ impl XmppClient {
|
|||
})
|
||||
.await
|
||||
}
|
||||
debug!("XMPP Bot Processed Hook");
|
||||
}
|
||||
debug!("XMPP Bot Processed Hook");
|
||||
}
|
||||
|
||||
pub async fn disconnect(self) -> Result<(), Error> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue