mirror of
https://github.com/tucnak/telebot
synced 2024-11-19 03:25:39 +00:00
telebot: add bowling dice
This commit is contained in:
parent
828d0f4030
commit
4b59c7f738
11
telebot.go
11
telebot.go
@ -216,9 +216,10 @@ const (
|
|||||||
type DiceType string
|
type DiceType string
|
||||||
|
|
||||||
var (
|
var (
|
||||||
Cube = &Dice{Type: "🎲"}
|
Cube = &Dice{Type: "🎲"}
|
||||||
Dart = &Dice{Type: "🎯"}
|
Dart = &Dice{Type: "🎯"}
|
||||||
Ball = &Dice{Type: "🏀"}
|
Ball = &Dice{Type: "🏀"}
|
||||||
Goal = &Dice{Type: "⚽"}
|
Goal = &Dice{Type: "⚽"}
|
||||||
Slot = &Dice{Type: "🎰"}
|
Slot = &Dice{Type: "🎰"}
|
||||||
|
Bowling = &Dice{Type: "🎳"}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user