Commit Graph

6 Commits

Author SHA1 Message Date
neoarz
3bc5ebe192 refactor(sidestore): commands into single GroupCog
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.
2025-09-28 23:28:53 -04:00
neoarz
12d6c77228 fix(sidestore & idevice): update wording for no permissions 2025-09-23 08:18:24 -04:00
neoarz
ede9168c9a fix(sidestore & idevice): error handling for missing permissions 2025-09-22 00:21:23 -04:00
neoarz
bed7d46f5b feat(udid): creates new udid command 2025-09-21 08:06:27 -04:00
neoarz
63e49bcb7b feat(sidestore): create new afc command 2025-09-18 16:50:29 -04:00
neoarz
ccd6f6ce38 feat: add new sidestore commands 2025-09-17 06:42:45 -04:00