Skip to content

Commit

Permalink
im not reading
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-zaidali committed Oct 1, 2023
1 parent 4551f76 commit bf4fcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timer/models.py
Expand Up @@ -237,7 +237,7 @@ async def start(self):
"embed": embed,
}
if (await self.cog.get_guild_settings(self.guild_id)).notify_users:
kwargs.update({"view": TimerView()})
kwargs.update({"view": TimerView(self.cog, self.emoji, False)})

msg: discord.Message = await self.channel.send(**kwargs)

Expand Down

0 comments on commit bf4fcab

Please sign in to comment.