From 737871d696553295e1376b3cfdc3694eeb9d0b1e Mon Sep 17 00:00:00 2001 From: Interitio Date: Sat, 1 Nov 2025 07:21:40 +1000 Subject: [PATCH] Add invite link --- hyperfocus/twitch/component.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hyperfocus/twitch/component.py b/hyperfocus/twitch/component.py index 016bdc7..f851ee6 100644 --- a/hyperfocus/twitch/component.py +++ b/hyperfocus/twitch/component.py @@ -196,3 +196,9 @@ class FocusComponent(cmds.Component): ) else: await ctx.reply(f"{user.name} is not hyperfocused!") + + @cmds.command(name="addfocus") + async def addfocus_cmd(self, ctx): + await ctx.reply( + "Add HYPERFOCUS to your channel by authorising me here: https://croccyfocus.thewisewolf.dev/invite" + )