Dice rolling via Google Cloud Functions

Trying it out with cloud functions, run on Google Cloud.

The result of the dice roll 4d6 is: 4d6: [4, 3, 4, 5] = 16

The result of the dice roll is: 4d6: [1, 5, 6, 5] = 17

/roll 3d8

The result of the dice roll is: 4d6: [3, 2, 2, 4] = 11

/roll 3d8

/roll 2d12+4

/roll 2d4

The result of the dice roll is: 4d6: [1, 4, 5, 2] = 12

4d6

/roll 3d8

The result of the dice roll is: 4d6: [5, 5, 4, 1] = 15

4d6

3d8

/roll 4d6

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.