diff --git a/config.example.json b/config.example.json index c82c6b2..5c5949f 100644 --- a/config.example.json +++ b/config.example.json @@ -9,7 +9,7 @@ "disc_module": { "enabled": false, "token": "// Discord user token", - "python_path": "// Path of the python executable", - "script_path": "// Path of the pfp changer python script" + "python_path": "// Path to the python executable", + "script_path": "// Path to updatepfp.py" } } diff --git a/src/main.rs b/src/main.rs index a381aad..712fa47 100644 --- a/src/main.rs +++ b/src/main.rs @@ -75,8 +75,8 @@ const EXAMPLE_JSON: &str = r#"{ "disc_module": { "enabled": false, "token": "// Discord user token", - "python_path": "// Path of the python executable", - "script_path": "// Path of the pfp changer python script" + "python_path": "// Path to the python executable", + "script_path": "// Path to updatepfp.py" } }"#;