Add invite link

This commit is contained in:
2025-11-01 07:21:40 +10:00
parent 41ec25cd21
commit 737871d696

View File

@@ -196,3 +196,9 @@ class FocusComponent(cmds.Component):
) )
else: else:
await ctx.reply(f"{user.name} is not hyperfocused!") 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"
)