style: Improve warning regarding admin removal

This commit is contained in:
Jade Ellis
2025-12-31 19:40:42 +00:00
parent 03220845e5
commit 442f887c98
+2 -2
View File
@@ -186,8 +186,8 @@ pub async fn revoke_admin(&self, user_id: &UserId) -> Result {
.contains(&user_id.to_owned())
{
warn!(
"Revoking the admin status of {user_id} will not be persistent as they are within \
the admins_list."
"Revoking the admin status of {user_id} will not work correctly as they are within \
the admins_list config."
)
}