When trying to use the Rcon feature from Discord basically it's trying to find the config file in the root of the discord bot folder it does not read it from the actual config directory
rcon/app.js line 5 is the issue here it's trying to find the config.json in the root of the directory, but aren't the config files for the servers in /config/serverX.json ?
When trying to use the Rcon feature from Discord basically it's trying to find the config file in the root of the discord bot folder it does not read it from the actual config directory
rcon/app.js line 5 is the issue here it's trying to find the config.json in the root of the directory, but aren't the config files for the servers in /config/serverX.json ?