Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

feat(moderation): improve log embeds #37

Merged
merged 10 commits into from
Dec 3, 2022
Prev Previous commit
Next Next commit
fix: missing text
  • Loading branch information
Ushie committed Nov 21, 2022
commit 9217f5bd213b9b7797647acd6ce8007ade992386
2 changes: 1 addition & 1 deletion src/utils/moderation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ pub async fn respond_moderation<'a>(
.field("Exception", err.to_string(), false)
.field(
"Action",
format!("{} was locked by {}", channel.mention(), author.mention()),
format!("{} was locked by {} but failed", channel.mention(), author.mention()),
false,
),
None => f
Expand Down