Use ponyhead for images
This commit is contained in:
parent
b140847daa
commit
2228d2c918
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -232,7 +232,7 @@ func getCardEntry(card CardData, flipped int) (string, string, []tg.APIInlineKey
|
|||
CallbackData: fmt.Sprintf("FLIP,%s,%d", card.GUID, num),
|
||||
})
|
||||
}
|
||||
face := fmt.Sprintf("https://mcg.zyg.ovh/images/cards/%s%s.webp", cid, suffix)
|
||||
face := fmt.Sprintf("http://ponyhead.com/img/cards/%s%s.jpg", cid, suffix)
|
||||
return face, strings.Join(captions, " - "), buttons
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue