Merge pull request #338 from PaulLesur/bowling-dice

Add bowling dice
pull/425/head
demget 3 years ago committed by Demian
parent 6de60f7d68
commit 6de4d3e537

@ -223,4 +223,5 @@ var (
Ball = &Dice{Type: "🏀"}
Goal = &Dice{Type: "⚽"}
Slot = &Dice{Type: "🎰"}
Bowl = &Dice{Type: "🎳"}
)

Loading…
Cancel
Save