installation

This commit is contained in:
Junko 2023-11-27 08:16:47 +01:00
parent d3b08deb3a
commit 219805384b
1 changed files with 9 additions and 2 deletions

View File

@ -21,8 +21,8 @@ On the first run, if it does not exist, PluralSync will create a configuration d
"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"
}
}
#+end_src
@ -60,6 +60,13 @@ Notice this will cover all combinations, if the main front is Alice the combinat
Requires the =PFP module= to be enabled and the latest version of [[https://github.com/dolfies/discord.py-self/][discord.py-self]].
Will change your discord avatar with the one selected by the PFP module.
* Installation
Just build with cargo and move or symlink the executable wherever is more comofortable for you.
#+begin_src shell
cargo build -r
#+end_src
* Future
Given the nature of the project as a learning exercise, there are currently a set of features and improvements I'd like to add eventually.
- [X] Proper error handling (What I have currently is simply a mess)