#On Vocard start if no Nodes was found retry in 15sec
1 messages · Page 1 of 1 (latest)
🤔
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
I can implement a connection strategy for node connectivity
you can make a .sh file with a 15 delay before starting the bot.
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`