mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
feat(udid): creates new udid command
This commit is contained in:
@@ -48,6 +48,11 @@ class SidestoreSelect(discord.ui.Select):
|
||||
label="AFC Connection Failure",
|
||||
value="afc",
|
||||
description="Help with AFC Connection Failure issues",
|
||||
),
|
||||
discord.SelectOption(
|
||||
label="UDID Error",
|
||||
value="udid",
|
||||
description="SideStore could not determine device UDID",
|
||||
)
|
||||
]
|
||||
super().__init__(placeholder="Choose a SideStore command...", options=options)
|
||||
|
||||
Reference in New Issue
Block a user