refactor: owner checks and embed handling in owner cogs

Removed OWNER_ID from .env and bot.py, switching to @commands.is_owner() for owner checks. Unified embed sending logic in owner cogs, improved error messages, and updated invite command to use ephemeral responses and enhanced embed formatting.
This commit is contained in:
neoarz
2025-09-16 07:43:56 -04:00
parent 7fde0b82ad
commit 1cc3a32e1d
4 changed files with 29 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
TOKEN=YOUR_BOT_TOKEN_HERE
PREFIX=YOUR_BOT_PREFIX_HERE
INVITE_LINK=YOUR_BOT_INVITE_LINK_HERE
OWNER_ID=YOUR_BOT_OWNER_ID_HERE
# Commands you want to disable (comma separated)
DISABLED_COGS=general.context_menus # Context Menus