clarify python script is updatepfp.py in conf

This commit is contained in:
Junko 2023-11-28 08:13:31 +01:00
parent cb735acca2
commit 2cf068ffa3
2 changed files with 4 additions and 4 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}"#;