clarify python script is updatepfp.py in conf
This commit is contained in:
parent
cb735acca2
commit
2cf068ffa3
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}"#;
|
||||
|
||||
|
|
Loading…
Reference in New Issue