Skip to content

Commit

Permalink
html5 games 400 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tucnak committed Jul 3, 2020
1 parent b9ba8c4 commit a3f6efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sendable.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ func (d *Dice) Send(b *Bot, to Recipient, opt *SendOptions) (*Message, error) {
func (g *Game) Send(b *Bot, to Recipient, opt *SendOptions) (*Message, error) {
params := map[string]string{
"chat_id": to.Recipient(),
"game_short_name": g.Title,
"game_short_name": g.Name,
}
b.embedSendOptions(params, opt)

Expand Down

0 comments on commit a3f6efa

Please sign in to comment.