yugioh rules text shouldn't be bolded
This commit is contained in:
@@ -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) => {
|
||||||
|
Reference in New Issue
Block a user