Skip to content

Commit 77d17ea

Browse files
committed
fix: Fixed color formatting
1 parent d3d1ead commit 77d17ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/user/memberlist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async fn format_to_list(member_list: &[String], fmt_color: &str) -> String {
4040
};
4141

4242
format!(
43-
"{}{fmt_color} {} {}",
43+
"{C_RESET}{}{fmt_color} {} {}",
4444
check_user_status(&user.username),
4545
username,
4646
badge

0 commit comments

Comments
 (0)