mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 03:40:11 +01:00
feat(sidestore): create new afc command
This commit is contained in:
@@ -43,6 +43,11 @@ class SidestoreSelect(discord.ui.Select):
|
||||
label="SparseRestore",
|
||||
value="sparse",
|
||||
description="Information about SparseRestore exploit",
|
||||
),
|
||||
discord.SelectOption(
|
||||
label="AFC Connection Failure",
|
||||
value="afc",
|
||||
description="Help with AFC Connection Failure issues",
|
||||
)
|
||||
]
|
||||
super().__init__(placeholder="Choose a SideStore command...", options=options)
|
||||
|
||||
Reference in New Issue
Block a user