mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 19:50:12 +01:00
10 lines
277 B
Plaintext
10 lines
277 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
|
|
|
|
# yt-dlp cookies (for media/download command)
|
|
YTDLP_COOKIE_FILE=/bot/cogs/media/files/cookies.txt
|