#On Vocard start if no Nodes was found retry in 15sec

1 messages · Page 1 of 1 (latest)

foggy urchin
#

Basically same think as when a Node disconnects but on the boot of Vocard

hollow inlet
#

🤔

foggy urchin
# hollow inlet 🤔

don't think it is life changing but for me as an example I have a .bat script that lanches everything for the bot and sometimes lavalink boots after Vocard so then I need to reopen a new terminal to relanche Vocard

hollow inlet
#

I can implement a connection strategy for node connectivity

valid acorn
#

that's why I have and it's working very smooth

#

`#!/bin/bash

Wait for 15 seconds

sleep 15

Activate the virtual environment

source venv/bin/activate

Run the Python script

python3 main.py`