telebot: add goal and slot dices

This commit is contained in:
Demian 2020-11-03 22:07:40 +02:00
parent 315d880be7
commit 0edece47c9

View File

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