Added new variable choise due to bug in nodejs docker

This commit is contained in:
Christer Warén 2020-08-15 02:35:15 +03:00
parent d454d0965a
commit 9f5c455401

View File

@ -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>",
}