Skip to content
Alex Arbuckle edited this page Jan 1, 2025 · 6 revisions

Reconnect to dropped Discord calls on Retina displays. V2. Fall 2023.


Installation

boot.sh

#!/bin/bash


# variables <
delay="5"
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" \
  "$delay" \

cd ..
rm -rf Project-RCoD

variable variable purpose


Clone this wiki locally