mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 10:05:39 +01:00
Added folder path for responses.
This commit is contained in:
parent
79f42166dd
commit
528fc1ddae
@ -32,7 +32,7 @@ function readBans() {
|
||||
|
||||
function readCustomResponses() {
|
||||
// Load the responses file into the responses variable.
|
||||
state.responses = require(`./${process.env.TENANT}.json`);
|
||||
state.responses = require(`./responses/${process.env.TENANT}.json`);
|
||||
logger.debug(`Loaded responses file for ${process.env.TENANT} from external source.`);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user