html5 games 400 hotfix

pull/319/head
Ian Patrick Badtrousers 4 years ago
parent b9ba8c4535
commit a3f6efa6f2

@ -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)

Loading…
Cancel
Save