yugioh rules text shouldn't be bolded
This commit is contained in:
parent
33e83d63d9
commit
21b312543b
@ -75,7 +75,7 @@ fn print_ygo_card (card: &YugiohCard, message: &Message) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
message.reply(&format!("**{}**", card.text));
|
message.reply(&format!("{}", card.text));
|
||||||
|
|
||||||
match card.atk {
|
match card.atk {
|
||||||
Some(ref atk) => {
|
Some(ref atk) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user