Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update .env.example #556

Merged
merged 1 commit into from
May 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
TOKEN="." # Your bot token
TOKEN="" # Your bot token.

PREFIX= "!" # Your prefix
CLIENT_ID="" # Your bot's client ID(If this value is left blank, bots cannot be invited using /invite or /about commands.).

OWNER_IDS=["959276033683628122","859640640640640640"] # Your discord id, you can add multiple ids
PREFIX= "!" # Your prefix.

GUILD_ID= "859640640640640640" # Your server Id if you want to use the for single server
OWNER_IDS=["",""] # Your discord id(You can add multiple ids.).

PRODUCTION="true" # true for production
GUILD_ID= "" # Your server ID(If you want to use the for single server).

SEARCH_ENGINE= "ytsearch" # ytsearch, spsearch, scsearch or ytmsearch
PRODUCTION="true" # true for production.

MAX_PLAYLIST_SIZE= "100" # Max playlist size
BOT_STATUS= "online" # Your bot status(online, dnd, idle, invisible or offline).

DATABASE_URL= "" # Your database url (if sqlite then you can leave it blank)
BOT_ACTIVITY_TYPE=0 # Activity type is a number from 0 to 5. See more here: https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-types

MAX_QUEUE_SIZE= "100" # Max queue size
BOT_ACTIVITY= "Lavamusic" # Your bot activity

BOT_STATUS= "online" # Your bot status
DATABASE_URL= "" # Your database url(If you want to use sqlite, then you can leave it blank.).

BOT_ACTIVITY= "Lavamusic" # Your bot activity
AUTO_NODE="false" # true for auto node. It is gave from lavainfo-api(https://lavainfo-api.freedback-dip.workers.dev).

AUTO_NODE="true" # true for auto node it is gave from lavainfo-api "https://lavainfo-api.freedback-dip.workers.dev"
LAVALINK_URL="localhost:2333" # Your Lavalink url(If auto node is true, then you can leave it blank)

LAVALINK_URL="lavalink:2333" # Your lavalink url (if auto node is true then you can leave it blank)
LAVALINK_AUTH="youshallnotpass" # Your Lavalink password(If auto node is true, then you can leave it blank.).

LAVALINK_AUTH="youshallnotpass" # Your lavalink password (if auto node is true then you can leave it blank)
LAVALINK_NAME="Lavamusic" # Your Lavalink name(If auto node is true, then you can leave it blank.).

LAVALINK_NAME="Blacky" # Your lavalink name (if auto node is true then you can leave it blank)
LAVALINK_SECURE= "false" # true for secure Lavalink(If auto node is true, then you can leave it blank.).

LAVALINK_SECURE= "false" # true for secure lavalink (if auto node is true then you can leave it blank)
SEARCH_ENGINE= "ytsearch" # ytsearch(YouTube Search), spsearch(Spotify Search), scsearch(SoundCloud Search) or ytmsearch(YouTube Music Search).

KEEP_ALIVE= "false" # true for keep alive in https://replit.com
MAX_PLAYLIST_SIZE= "100" # Max playlist size.

LOG_CHANNEL_ID=""
MAX_QUEUE_SIZE= "100" # Max queue size.

BOT_ACTIVITY_TYPE=0 # Activity type is a number from 0 to 5 see more here https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-types
KEEP_ALIVE= "false" # true for keep alive in https://replit.com

CLIENT_ID="." # This is your bot's client ID. If this value is left blank, bots cannot be invited using /invite or /about commands.
LOG_CHANNEL_ID="" # If you enter this, you will be able to receive the status of Lavalink nodes and guild join/leave logs through the corresponding channel.
Loading