mirror of https://github.com/stijndcl/didier
Typing
parent
3509bd81e4
commit
b5c97459f9
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue