mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 03:40:11 +01:00
fix: interactive sounds wierd 😭
This commit is contained in:
@@ -76,7 +76,7 @@ class Livecontainer(commands.GroupCog, name="livecontainer"):
|
|||||||
|
|
||||||
@commands.check(_require_group_prefix)
|
@commands.check(_require_group_prefix)
|
||||||
@commands.hybrid_command(
|
@commands.hybrid_command(
|
||||||
name="26jit", description="Interactive walkthrough for iOS 26 JIT and sideloading"
|
name="26jit", description="Walkthrough for iOS 26 JIT and sideloading"
|
||||||
)
|
)
|
||||||
async def jit26(self, context):
|
async def jit26(self, context):
|
||||||
return await jit26_command()(self, context)
|
return await jit26_command()(self, context)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ class LivecontainerSelect(discord.ui.Select):
|
|||||||
discord.SelectOption(
|
discord.SelectOption(
|
||||||
label="iOS 26 JIT & Sideloading",
|
label="iOS 26 JIT & Sideloading",
|
||||||
value="26jit",
|
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)
|
super().__init__(placeholder="Choose a LiveContainer command...", options=options)
|
||||||
|
|||||||
Reference in New Issue
Block a user