Skip to content

Commit

Permalink
feat: Use better cure message
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jan 21, 2024
1 parent b385558 commit b9b7eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/decancer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub async fn cure(
)
.await
{
Ok(_) => info!("Cured user {}", member.user.tag()),
Ok(_) => info!("Cured user {} from {}", member.user.tag(), name),
Err(err) => error!("Failed to cure user {}: {}", name, err),
}
}

0 comments on commit b9b7eee

Please sign in to comment.