mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
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.
7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
TOKEN=YOUR_BOT_TOKEN_HERE
|
|
PREFIX=YOUR_BOT_PREFIX_HERE
|
|
INVITE_LINK=YOUR_BOT_INVITE_LINK_HERE
|
|
|
|
# Commands you want to disable (comma separated)
|
|
DISABLED_COGS=general.context_menus # Context Menus
|