interface Diceimport { type Dice } from "https://deno.land/x/mtkruto@0.1.157/types/0_dice.ts"; A rolled dice. Propertiesemoji: stringThe emoji on which the dice is based on. value: numberThe result of the roll, which is in the range of 1-6 for the emojis "π²", "π―" and "π³", 1-5 for the emojis "π" and "β½", and 1-64 for emoji "π°".