feat(sidestore): create new afc command

This commit is contained in:
neoarz
2025-09-18 16:50:29 -04:00
parent eba240302f
commit 63e49bcb7b
3 changed files with 55 additions and 0 deletions

View File

@@ -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)