Skip to content

cmd.init

Logan Hickok-Dickson edited this page Jan 20, 2023 · 5 revisions

vodbot init

If it hasn't been run before, you can run vodbot init to set up the default configuration file. See the configuration page for changing the default values and what every field does.

This command does not need to be ran if you are using a preexisting configuration (like on the configuration page) and it is named and placed appropriately. However, if this command is run with a preexisting configuration, the app will prompt you three times to confirm you wish to overwrite it with the default.

You can specify where the config will be made with the --output <file_location> parameter, with file location being where the config should be made. VodBot will warn you if there is a file at the location provided. If the location is not the default location, you will need to tell vodbot to run with that config with the -c <file_location> or --config <file_location> parameter.

Examples:

Clone this wiki locally