name="noapps",description="Help when apps aren't showing in installed apps view"
)
asyncdefnoapps(self,context:Context)->None:
embed=discord.Embed(
color=0xfa8c4a,
description=(
'# Apps Not Showing in Installed Apps View\n\n---\n\n'+
'If apps aren\'t appearing in the StikDebug installed apps view, this is likely because they were signed with a distribution certificate instead of a development certificate.\n\n'+
'Distribution certificates lack the `get-task-allow` entitlement needed for JIT.\n\n'+
'To fix this issue:\n'+
'- Use a development certificate when signing apps, or\n'+
'- Try SideStore, the best free sideloading method available\n\n'+
'More details can be found at [SideStore\'s official website](https://sidestore.io/)'