fix: reply format
This commit is contained in:
parent
baf9cf43d7
commit
0ac8f56ca1
1 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,10 @@ pub fn get_message_components(
|
|||
let mut inner = vec![];
|
||||
|
||||
inner.push(CreateContainerComponent::TextDisplay(
|
||||
CreateTextDisplay::new(lang.to_locale().replied_message(&link.to_string())),
|
||||
CreateTextDisplay::new(format!(
|
||||
"-# {}",
|
||||
lang.to_locale().replied_message(&link.to_string())
|
||||
)),
|
||||
));
|
||||
|
||||
inner.extend(replied_components.into_iter().filter_map(|x| match x {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue