5 Commits

Author SHA1 Message Date
9dd1b821ab
Refactor code structure for improved readability and maintainability 2025-05-20 21:13:07 -06:00
6c39bec4f7
Refactor code structure for improved readability and maintainability 2025-05-20 20:46:13 -06:00
a857e4103d
Add TerminalCog for owner-only terminal interface with command execution
- Implemented a terminal interface in Discord using a cog.
- Added command handling for shell commands with output displayed as images.
- Included scrolling functionality for terminal output.
- Integrated a modal for command input and buttons for user interaction.
- Ensured only the bot owner can access the terminal features.
- Added error handling for command execution and process management.
- Configured terminal appearance with customizable font and colors.
2025-05-17 18:51:39 -06:00
e47c919576
Updates bundled fallback font to Impact
Changes the fallback font to 'impact.ttf' and revises its path.
This ensures the application uses a bundled Impact font, correctly located directly within the 'FONT' directory, as the fallback for captions.
2025-05-09 11:34:17 -06:00
60d7880d3c
init 2025-04-25 14:03:49 -06:00