Skip to content

Commit

Permalink
Add touchfix command
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Nov 15, 2024
1 parent 55aa15a commit 712eb70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cogs/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,14 @@ async def hiyacfw_uninstall(self, ctx):
embed.description = "How to uninstall hiyaCFW on the DSi"
await ctx.send(embed=embed)

@commands.command()
async def touchfix(self, ctx):
"""Information on how to fix broken touch input"""
await self.simple_embed(ctx, """
For DSi users with Unlaunch, hold A+B buttons after pressing POWER, then select `Launcher`.
For 3DS users, follow [this guide](https://gbatemp.net/threads/recover-ds-mode-after-an-nvram-brick-eg-after-using-a-ds-bricker.516444/).
""", title="Fix broken touch input")

@commands.command()
async def twlfix(self, ctx):
"""Information on how to fix a broken TWL Partition"""
Expand Down

0 comments on commit 712eb70

Please sign in to comment.