Skip to content

Commit

Permalink
telebot: add goal and slot dices
Browse files Browse the repository at this point in the history
  • Loading branch information
demget committed Nov 3, 2020
1 parent 315d880 commit 0edece4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions telebot.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,6 @@ var (
Cube = &Dice{Type: "🎲"}
Dart = &Dice{Type: "🎯"}
Ball = &Dice{Type: "🏀"}
Goal = &Dice{Type: "⚽"}
Slot = &Dice{Type: "🎰"}
)

0 comments on commit 0edece4

Please sign in to comment.