Fix typo in link

This commit is contained in:
2025-11-01 11:53:42 +10:00
parent 1bd2e9607a
commit 26dc684851

View File

@@ -242,5 +242,7 @@ class FocusComponent(cmds.Component):
@cmds.is_moderator()
async def focuslist_cmd(self, ctx):
comm = await self.bot.profiles.fetch_community(ctx.broadcaster, touch=True)
link = f"https://croccyfocus.thewisewolf.dev/widget/?community={comm}"
link = (
f"https://croccyfocus.thewisewolf.dev/widget/?community={comm.communityid}"
)
await ctx.reply(f"Browser source link for your channel's hyperfocus: {link}")