-
-
Notifications
You must be signed in to change notification settings - Fork 496
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #556 from hwangsihu/main
update .env.example
- Loading branch information
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |