fix: interactive sounds wierd 😭

This commit is contained in:
neoarz
2025-11-22 14:42:21 -05:00
parent 3b2ca697e0
commit a3efe4776c
2 changed files with 2 additions and 2 deletions

View File

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