telebot: add goal and slot dices

pull/331/head v2.3.5
Demian 4 years ago
parent 315d880be7
commit 0edece47c9

@ -219,4 +219,6 @@ var (
Cube = &Dice{Type: "🎲"}
Dart = &Dice{Type: "🎯"}
Ball = &Dice{Type: "🏀"}
Goal = &Dice{Type: "⚽"}
Slot = &Dice{Type: "🎰"}
)

Loading…
Cancel
Save