Fix typo in link
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user