π² 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
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