From 9f5c455401545165a877e5f81866ffad990a71f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 15 Aug 2020 02:35:15 +0300 Subject: [PATCH] Added new variable choise due to bug in nodejs docker --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 6f73d6d..13a8991 100644 --- a/config.js +++ b/config.js @@ -17,6 +17,6 @@ module.exports = { invite: "https://discordapp.com/api/oauth2/authorize?client_id=684109535312609409&permissions=3427328&scope=bot", //Settings - prefix: process.env.PREFIX || "rx>", + prefix: process.env.RADIOX_PREFIX || process.env.PREFIX || "rx>", }