16 lines
463 B
JSON
16 lines
463 B
JSON
{
|
|
"pk_key": "// Pluralkit token",
|
|
"sp_key": "// Simplplural token",
|
|
"pfp_module": {
|
|
"enabled": false,
|
|
"pfp_folder": "// Folder to grab profile pictures, they follow they member1member2.png format",
|
|
"pfp_output_path": "// Path for the copied selected pfp"
|
|
},
|
|
"disc_module": {
|
|
"enabled": false,
|
|
"token": "// Discord user token",
|
|
"python_path": "// Path to the python executable",
|
|
"script_path": "// Path to updatepfp.py"
|
|
}
|
|
}
|