alexemanuelol / RustPlus-Discord-Bot

This is an NodeJS Discord Bot that uses the rustplus.js to interact with Smart Devices in the PC game Rust.
GNU General Public License v3.0
31 stars 12 forks source link

rustplus.config.json dont exist in root folder #4

Closed leopaoca13 closed 2 years ago

leopaoca13 commented 2 years ago

The error: [ERROR] rustplus.config.json file does not exist inside root folder. Try running the command: 'npx @liamcottle/rustplus.js fcm-register' and then place the output 'rustplus.config.json' file in the root folder of the RustPlus-Discord-Bot.

what I tried to run node tools/external/copy_server_details_to_config.js

I have rustplus.config.json in my root folder.

alexemanuelol commented 2 years ago

This is my fault, I think you have to run the script from the tools/external folder.

$ cd tools/external $ node copy_server_details_to_config.js

elightcap commented 2 years ago

I know its closed, and thank you for putting this, but maybe it should be added to the readme. First place i looked was here of course, but other people who might not be as familiar with git may not check issues.

alexemanuelol commented 2 years ago

@elightcap You are correct, I will do it. Have lost focus on this project, currently working on version 2 ^^ https://github.com/alexemanuelol/rustPlusPlus

elightcap commented 2 years ago

@alexemanuelol oh awsesome, cant wait to check that out