Skip to content

Commit

Permalink
Merge pull request #314 from tdakkota/fix/football-emoticon
Browse files Browse the repository at this point in the history
fix(message): invalid football emoticon
  • Loading branch information
tdakkota authored May 2, 2021
2 parents 8cba069 + 34d67e4 commit 6607ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram/message/dice.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
// BasketballEmoticon is a emoticon to send basketball sticker.
BasketballEmoticon = "🏀"
// FootballEmoticon is a emoticon to send football sticker.
FootballEmoticon = "🏀"
FootballEmoticon = ""
// CasinoEmoticon is a emoticon to send casino sticker.
CasinoEmoticon = "🎰"
// BowlingEmoticon is a emoticon to send bowling sticker.
Expand Down

0 comments on commit 6607ca5

Please sign in to comment.