Skip to content
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.


Installation

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

variable variable purpose


Clone this wiki locally