Commit Graph

85 Commits

Author SHA1 Message Date
neoarz
b90d621c4a feat(readme): more fixes plus install link 2025-09-23 23:03:21 -04:00
neoarz
f83357c88c feat(idevice): use json and make embed cool 2025-09-23 22:50:01 -04:00
neoarz
3c59dec58b feat(errorcodes): into json instead of py file 2025-09-23 21:56:26 -04:00
neoarz
9da3d935ae fix(errorcodes): fix embed formatting 2025-09-23 21:34:49 -04:00
neoarz
cd6e5fc47a feat(1): original add 2025-09-23 08:43:18 -04:00
neoarz
12d6c77228 fix(sidestore & idevice): update wording for no permissions 2025-09-23 08:18:24 -04:00
neo
f265591cd5 chore(todo): remove commands which would go in a self bot
project is coming to a close lol
2025-09-22 14:17:01 -04:00
neoarz
84d3e5df33 feat(owner): make owner commands be avaliable in dms 2025-09-22 10:22:06 -04:00
neoarz
deef9156fa fix(idevice): rename all commands to idevice 2025-09-22 09:11:05 -04:00
neoarz
e0147a683d fix(invite): remove permission addons
you can add permissions from the discord dev portal itself
2025-09-22 08:42:38 -04:00
neoarz
ede9168c9a fix(sidestore & idevice): error handling for missing permissions 2025-09-22 00:21:23 -04:00
neo
a5faf609fb chore(todo): finished graceful shutdown 2025-09-21 09:05:30 -04:00
neoarz
f28ae00d7d feat(shutdown): Improve bot shutdown handling and logging
Added graceful shutdown support via signals in bot.py, improved shutdown command to use SIGTERM, and enhanced logging for shutdown events. Updated UDID command description for clarity.
2025-09-21 08:47:15 -04:00
neoarz
2e818d3453 chore(help): add labubu commands to miscellaneous 2025-09-21 08:07:19 -04:00
neoarz
bed7d46f5b feat(udid): creates new udid command 2025-09-21 08:06:27 -04:00
neoarz
657452a553 feat(labubu): make code block ansi && add footer 2025-09-20 11:49:47 -04:00
neoarz
d51d8f1bc3 chore(gitignore): add .vscode 2025-09-20 11:21:05 -04:00
neoarz
5339a853b2 feat(labubu): make labubu command and give bot more permissions 2025-09-20 09:32:21 -04:00
neoarz
9793445d59 chore(todo): update todo 2025-09-20 08:55:11 -04:00
neoarz
53c4e742ef fix(half): remove method 2
Replaces the previous multi-step troubleshooting guide with a simplified list focused on ensuring users are on the latest version of SideStore and basic troubleshooting steps. Removes instructions for using an older version and streamlines the help message.
2025-09-20 08:27:56 -04:00
neoarz
301bafc435 feat(uptime): add uptime monitor with refreshes
Introduces an uptime command and view to show how long the bot has been running. Adds a method to calculate uptime in bot.py, registers the command in help.py, and implements the command logic in a new uptime.py cog with a refresh button.
2025-09-20 08:27:27 -04:00
neoarz
a9abf5488a chore(idevice && keanu): read description
Added 'idevice' as a help category and updated related command references for consistency. The Keanu command now displays a random image from a predefined list instead of a static image.
2025-09-19 20:39:49 -04:00
neoarz
461affb32e chore(todo): talk command 2025-09-19 20:16:00 -04:00
neoarz
a0a85d877a feat(idevice): create idevice category and first commands
Implemented the /idevice command with a dropdown for troubleshooting options and added the /noapps command to assist users when apps aren't showing in the installed apps view. Updated TODO.md to reflect completed tasks.
2025-09-19 20:14:02 -04:00
neoarz
8009c59d46 fix(keanu): set command to ephemeral=False
Expanded the TODO list with more detailed tasks and command breakdowns. Changed the keanu cog to send non-ephemeral messages for initial interaction responses.
2025-09-18 18:31:02 -04:00
neoarz
1c06f441c1 feat(miscellaneous): create new miscellaneous category
Introduces a new 'keanu' command under the miscellaneous category, displaying an embed with Keanu Reeves information. Updates help command to include the miscellaneous category and the new command.
2025-09-18 17:53:53 -04:00
neoarz
7cb0f9dec0 refactor(help): help command categories
Removed the 'template' category from help command suggestions and mappings, reorganized category mappings with comments, and cleaned up cogs/general/ping.py by removing header comments. Updated TODO.md with new tasks and future plans.
2025-09-18 17:33:27 -04:00
neoarz
63e49bcb7b feat(sidestore): create new afc command 2025-09-18 16:50:29 -04:00
neoarz
eba240302f chore(todo): create todo list
Introduces a TODO.md file outlining current and future development tasks for Syntrel, including idevice commands, unit tests, documentation, utility commands, tag system improvements, logging fixes, and webhook support.
2025-09-18 15:27:16 -04:00
neoarz
1d1d13dfd5 chore: update license section 2025-09-18 15:13:28 -04:00
neoarz
740dbffd52 chore: cleaner looking readme
Simplified the license section by consolidating third-party and original contribution details into a single note about dual licensing. Attribution and license details are now referenced in the LICENSE file.
2025-09-18 15:12:36 -04:00
neoarz
bbf5a0bb12 fix: ping command hanging 2025-09-17 23:04:20 -04:00
neoarz
de49b17001 chore: update naming 2025-09-17 10:09:59 -04:00
neoarz
b30cbf6677 fix: command links 2025-09-17 08:46:47 -04:00
neo
cec370c451 Merge pull request #2 from neoarz/sidestore-commands 2025-09-17 08:41:57 -04:00
neoarz
2898b14555 feat: old sidestore commands are done!!!! 2025-09-17 08:41:24 -04:00
neoarz
54c0da4d29 feat: refresh command and update GitHub links
Introduces a new 'refresh' command for troubleshooting app refresh/install issues. Updates 'Edit Command' button URLs in code, pairing, server, and sparse cogs to point directly to their respective source files on GitHub. Removes timestamp from server cog footer.
2025-09-17 08:30:05 -04:00
neoarz
a9edf7a423 feat: pairing command and update SideStore help
Introduces a new 'pairing' command for troubleshooting pairing file issues in SideStore. Updates help.py to include the 'sidestore' category and related commands, and refines embed footers in code.py, server.py, and sparse.py for consistency.
2025-09-17 08:09:19 -04:00
neo
476645e3f0 Revise license section formatting in README
Updated formatting and headings in the license section.
2025-09-17 07:48:18 -04:00
neo
b74850bebb Update README.md 2025-09-17 07:47:19 -04:00
neoarz
4d7b23dae2 feat: add sparse command 2025-09-17 07:44:21 -04:00
neo
d31c050c0d fix: readme && add proper licensing 2025-09-17 07:21:12 -04:00
neoarz
ea89fabc30 chore: update licensing 2025-09-17 07:19:23 -04:00
neoarz
0572496efd refactor: new licensing structure 2025-09-17 07:09:25 -04:00
neoarz
ee30b89c1f feat: add anisette server command 2025-09-17 07:00:52 -04:00
neoarz
ccd6f6ce38 feat: add new sidestore commands 2025-09-17 06:42:45 -04:00
neoarz
7becbe12c1 chore: update readme wording 2025-09-16 22:24:44 -04:00
neoarz
17c7d3eefa chore: give credits 2025-09-16 22:20:01 -04:00
neoarz
1c54b97562 fix: image alignment 2025-09-16 22:08:47 -04:00
neoarz
fca5fef67b fix: center image 2025-09-16 22:07:46 -04:00