This commit is contained in:
2024-05-09 21:39:56 +02:00
parent 3c8fdb35eb
commit a390a5aa8e
3 changed files with 10 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ impl BotsManager {
if webhook_info.last_error_message.is_some() {
log::error!(
"Error getting webhook info: {:?}",
"Webhook last error: {:?}",
webhook_info.last_error_message
);