From 2228d2c9180cb925e29cba4bc8f82822e8fd267f Mon Sep 17 00:00:00 2001 From: Hamcha Date: Tue, 20 Aug 2019 15:09:16 +0200 Subject: [PATCH] Use ponyhead for images --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f00d119..ae5378c 100644 --- a/main.go +++ b/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 }