mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 23:55:46 +02:00
Typing
This commit is contained in:
parent
3509bd81e4
commit
b5c97459f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue