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

@@ -6,9 +6,9 @@ class LivecontainerSelect(discord.ui.Select):
self.bot = bot
options = [
discord.SelectOption(
label="26JIT",
label="iOS 26 JIT & Sideloading",
value="26jit",
description="26JIT information",
description="Interactive walkthrough for iOS 26 JIT and sideloading",
),
]
super().__init__(placeholder="Choose a LiveContainer command...", options=options)