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.
This commit is contained in:
neoarz
2025-09-16 06:57:12 -04:00
parent 919ea23a3f
commit 34b034bdcd
4 changed files with 67 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
-- Copyright © Krypton 2019-Present - https://github.com/kkrypt0nn/Python-Discord-Bot-Template/blob/main/database/schema.sql
-- Used/Edited by neoarz
-- Used by neoarz
CREATE TABLE IF NOT EXISTS `warns` (
`id` int(11) NOT NULL,