Make MessageDice.dice public

This commit is contained in:
Temirkhan Myrzamadi 2020-10-30 13:21:03 +06:00
parent bb829cf748
commit edb5d6ffa0

View file

@ -1061,7 +1061,7 @@ impl MediaVenue {
#[non_exhaustive]
pub struct MessageDice {
/// Message is a dice with random value from 1 to 6.
dice: Dice,
pub dice: Dice,
}
mod getters {