typo
This commit is contained in:
parent
037fccca23
commit
ea257d723d
2
index.js
2
index.js
|
@ -186,7 +186,7 @@ let slowmode_channels = [];
|
|||
let slowmode_categories = [];
|
||||
|
||||
client.on("ready", async () => {
|
||||
console.log(`${colors.magenta("[DEBUG]")} Environment variables: ${JSON.strinfigy(process.env)}`)
|
||||
console.log(`${colors.magenta("[DEBUG]")} Environment variables: ${JSON.stringify(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
|
||||
|
|
Loading…
Reference in a new issue