diff --git a/.env.example b/.env.example index a498c89a3..f4d829c56 100644 --- a/.env.example +++ b/.env.example @@ -4,7 +4,6 @@ DEFAULT_LANGUAGE= "EnglishUS" # Default language for bot PREFIX= "!" # Your prefix. OWNER_IDS= ["",""] # Your discord id (You can add multiple ids.). GUILD_ID= "" # Your server ID (If you want to use the bot for a single server). -PRODUCTION= "true" # true for production. TOPGG= "" # Your Top.gg API key. Obtain this from https://top.gg KEEP_ALIVE= "false" # true for keep alive in https://replit.com 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. diff --git a/README.md b/README.md index 7c4b3cc3f..770788280 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,6 @@ DEFAULT_LANGUAGE= "EnglishUS" # Default language for bot PREFIX="!" # Your prefix OWNER_IDS=["859640640640640640","859640640640640640"] # Your discord id, you can add multiple ids GUILD_ID="859640640640640640" # Your server ID (if you want to use it for a single server) -PRODUCTION="true" # "true" for production ``` For more information how to fill all the variables go to this page. diff --git a/src/config.ts b/src/config.ts index a47265294..11f4ff6bc 100644 --- a/src/config.ts +++ b/src/config.ts @@ -66,7 +66,6 @@ export default { deezer: "https://i.imgur.com/xyZ43FG.png", jiosaavn: "https://i.imgur.com/N9Nt80h.png", }, - production: parseBoolean(process.env.PRODUCTION) ?? true, lavalink: process.env.LAVALINK_SERVERS ? JSON.parse(process.env.LAVALINK_SERVERS).map((server) => { return {