feat: finish cellos command

This commit is contained in:
neoarz
2025-11-22 14:40:48 -05:00
parent 50243773ec
commit 3b2ca697e0
4 changed files with 16 additions and 30 deletions

View File

@@ -76,7 +76,7 @@ class Livecontainer(commands.GroupCog, name="livecontainer"):
@commands.check(_require_group_prefix)
@commands.hybrid_command(
name="26jit", description="26JIT information"
name="26jit", description="Interactive walkthrough for iOS 26 JIT and sideloading"
)
async def jit26(self, context):
return await jit26_command()(self, context)