🎲 How to send random dice

🎲 How to send random dice


You can send random dice to chat with bot


Command /dice:

Api.sendDice({ on_result: "on_dice", emoji: "🎲" })


Command on_dice:

Bot.sendMessage("Result: " + options.result.dice.value)


See more: docs for sendDice

Report Page