-
Notifications
You must be signed in to change notification settings - Fork 0
Alex Arbuckle edited this page Jan 1, 2025
·
6 revisions
Return Calls on Discord. Reconnect to dropped Discord calls on Retina displays. V3. Spring 2024.
boot.sh
#!/bin/bash
# variables <
role="call"
# >
git clone https://github.com/lxRbckl/Project-RCoD.git
cd Project-RCoD
poetry=$(which poetry)
poetry install
poetry run python3 main.py \
"$role" \
cd ..
rm -rf Project-RCoD
variablevariable purpose