pull/141/head
stijndcl 2022-10-18 21:32:56 +02:00
parent 3509bd81e4
commit b5c97459f9
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class FreeGameEmbed(EmbedPydantic):
embed = discord.Embed()
embed.set_author(name=self.store)
store_image, store_colour = _get_store_info(self.store)
store_image, store_colour = _get_store_info(self.store or "")
if store_image is not None:
embed.set_thumbnail(url=store_image)