Merge pull request #338 from PaulLesur/bowling-dice

Add bowling dice
pull/360/head
demget 4 years ago committed by GitHub
commit e9a2335a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save