Skip to content

Commit

Permalink
Merge pull request #47 from Ankur391:main
Browse files Browse the repository at this point in the history
fixed timer
  • Loading branch information
i-am-zaidali committed Jun 26, 2023
2 parents 2803d2f + adfe19e commit c11f9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timer/models.py
Expand Up @@ -163,7 +163,7 @@ async def start(self):
color=await self.get_embed_color(),
)
.set_thumbnail(url=getattr(self.guild.icon, "url", ""))
.set_footer(text=f"Hosted by: {self.host}", icon_url=self.hostdisplay_avatar.url)
.set_footer(text=f"Hosted by: {self.host}", icon_url=self.host.display_avatar.url)
)

msg: discord.Message = await self.channel.send(embed=embed)
Expand Down

0 comments on commit c11f9c0

Please sign in to comment.