Add join command.

This commit is contained in:
2025-07-27 20:33:13 +10:00
parent f19750dc2c
commit 6a50f13e87

View File

@@ -450,3 +450,8 @@ class TrackerComponent(cmds.Component):
else:
await ctx.reply("Only the broadcaster can enable tracking.")
@cmds.command(name='join')
async def cmd_join(self, ctx: cmds.Context):
url = self.bot.get_auth_url()
await ctx.reply(f"Invite me to your channel with: {url}")