mirror of
https://github.com/neoarz/Syntrel.git
synced 2026-02-09 06:43:25 +01:00
feat: sidestore unofficial command
This commit is contained in:
@@ -51,6 +51,11 @@ class SidestoreSelect(discord.ui.Select):
|
||||
value="udid",
|
||||
description="SideStore could not determine device UDID",
|
||||
),
|
||||
discord.SelectOption(
|
||||
label="Unofficial Guides",
|
||||
value="unofficial",
|
||||
description="Unofficial guides and video walkthroughs",
|
||||
),
|
||||
]
|
||||
super().__init__(placeholder="Choose a SideStore command...", options=options)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user