telebot: add Ball dice

pull/302/head^2
Demian 4 years ago
parent d63df8ce0e
commit a5f4cb1e77

@ -218,4 +218,5 @@ type DiceType string
var (
Cube = &Dice{Type: "🎲"}
Dart = &Dice{Type: "🎯"}
Ball = &Dice{Type: "🏀"}
)

Loading…
Cancel
Save