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" + )