* Update mountddi.py
* Update pairing command description and embed content
* Update crash.py
* Update afc.py
* Update VPN app reference in error message
* Update footer text in embed message
* feat: update mount ddi to be downloaded on the fly
also fix some small errors and update errorcodes.json
---------
Co-authored-by: neoarz <email@neoarz.dev>
Converted individual sidestore command cogs into functions and grouped them under a new Sidestore GroupCog in cogs/sidestore/__init__.py. Updated bot.py and help.py to recognize the new 'sidestore' category. This simplifies command registration and improves maintainability.