Commit Graph

5 Commits

Author SHA1 Message Date
TheOnlyMace
1da2085087 Refactor command definitions across multiple cogs to replace hybrid commands with regular commands for consistency. This change enhances clarity and standardizes command handling throughout the bot.
Some checks failed
CI / Bot (Python) (push) Successful in 12s
CI / Dashboard (Next.js) (push) Failing after 8s
2026-07-21 22:50:11 +02:00
TheOnlyMace
20193404e8 Refactor command definitions in owner and moderation cogs for consistency. Change getinvite command to a regular command and update type hints for parameters in enlarge and roleicon commands to improve clarity and type safety.
Some checks failed
CI / Bot (Python) (push) Successful in 12s
CI / Dashboard (Next.js) (push) Failing after 8s
2026-07-21 22:47:29 +02:00
TheOnlyMace
fc77f0a3c2 Implement slash command synchronization features in environment files and update command definitions to hybrid commands across various cogs. Enhance command registration for improved user experience and streamline command handling in the bot. 2026-07-21 22:41:41 +02:00
TheOnlyMace
b4110c3d66 Update project configuration files, and API routes accordingly. Add SQLite runtime file ignores to .gitignore for better file management.
Some checks failed
CI / Bot (Python) (push) Failing after 49s
CI / Dashboard (Next.js) (push) Failing after 11s
2026-07-21 17:11:38 +02:00
TheOnlyMace
fdfc8de44d Update configuration and README for improved setup and security; disable default API and emoji sync, and enhance Discord permission checks in API routes.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-21 16:33:13 +02:00