Commit Graph

8 Commits

Author SHA1 Message Date
neoarz
34b034bdcd refactor: moderation cogs && update embed styling
Removed template copyright headers from moderation cogs and database files. Improved embed styling and consistency in purge and warnings commands, including unified colors, author fields, and permission checks. Added a helper for sending embeds in warnings cog and replaced decorator-based permission checks with manual checks for better feedback. Updated comments in database files.
2025-09-16 06:57:12 -04:00
neoarz
919ea23a3f feat: nickname permission checks 2025-09-15 23:50:07 -04:00
neoarz
26ad219a26 feat: new kicking system and proper embeds 2025-09-15 22:21:46 -04:00
neoarz
953246688d feat: create minesweeper game with v2 components
Introduces a new button-based Minesweeper mini-game in cogs/fun/minesweeper.py and registers it in the help command. Updates bot status messages in bot.py. Improves hackban embed formatting and adds author info in cogs/moderation/hackban.py.
2025-09-15 17:20:59 -04:00
neoarz
134b11cb59 feat: add message deletions when banning
Added support for specifying a time period to delete a banned user's messages, including options for hours, days, or all messages. Improved permission checks, error handling, and user feedback for the ban command.
2025-09-15 15:28:30 -04:00
neoarz
2ca95b01b0 style: Update date format in archive and add context menu note
Changed date formatting in archive.py from DD.MM.YYYY to MM/DD/YYYY for consistency. Added a note in context_menus.py indicating the file is unused and may be removed in the future.
2025-09-15 14:50:53 -04:00
neoarz
2e0c8dafd0 fix: make archived messages be in order
Refactored the archive command to collect messages before writing to the log file, ensuring chronological order. Updated server creation date formatting in serverinfo embed footer for better readability.
2025-09-15 14:45:00 -04:00
neoarz
8d261089c0 style: new code layout 2025-09-14 18:54:56 -04:00