mirror of
https://github.com/tucnak/telebot
synced 2024-11-19 03:25:39 +00:00
telebot: add goal and slot dices
This commit is contained in:
parent
315d880be7
commit
0edece47c9
@ -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: "🎰"}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user