telebot: add bowling dice

pull/338/head
Paul Lesur 4 years ago
parent 828d0f4030
commit 4b59c7f738

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

Loading…
Cancel
Save