Bowling -> Bowl

pull/338/head
Paul Lesur 4 years ago
parent 4b59c7f738
commit 696eff0011

@ -216,10 +216,10 @@ const (
type DiceType string
var (
Cube = &Dice{Type: "🎲"}
Dart = &Dice{Type: "🎯"}
Ball = &Dice{Type: "🏀"}
Goal = &Dice{Type: "⚽"}
Slot = &Dice{Type: "🎰"}
Bowling = &Dice{Type: "🎳"}
Cube = &Dice{Type: "🎲"}
Dart = &Dice{Type: "🎯"}
Ball = &Dice{Type: "🏀"}
Goal = &Dice{Type: "⚽"}
Slot = &Dice{Type: "🎰"}
Bowl = &Dice{Type: "🎳"}
)

Loading…
Cancel
Save