Skip to content

Commit

Permalink
Merge pull request tucnak#338 from PaulLesur/bowling-dice
Browse files Browse the repository at this point in the history
Add bowling dice
  • Loading branch information
demget committed Jul 25, 2021
1 parent 6de60f7 commit 6de4d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions telebot.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,5 @@ var (
Ball = &Dice{Type: "🏀"}
Goal = &Dice{Type: "⚽"}
Slot = &Dice{Type: "🎰"}
Bowl = &Dice{Type: "🎳"}
)

0 comments on commit 6de4d3e

Please sign in to comment.