telebot: add goal and slot dices

pull/341/head
Demian 4 years ago
parent e467d6286c
commit 684692e890

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

Loading…
Cancel
Save