diff --git a/index.js b/index.js index c474ab9..f8d6c55 100644 --- a/index.js +++ b/index.js @@ -186,6 +186,7 @@ let slowmode_channels = []; let slowmode_categories = []; client.on("ready", async () => { + console.log(`${colors.magenta("[DEBUG]")} Environment variables: ${JSON.strinfigy(process.env)}`) // Get port for webserver from environment over config file (for running on pterodactyl/other panels) var port = process.env.PORT || config.port; // Start webserver