SynthWave is a music bot written in python using disnake and other librarys
What do you need?:
You first need Java 17 or higher
Get it at https://adoptium.net/de/temurin/releases/
python 3.11
How to set it up:
- Git clone this repo using
git clone https://github.com/Tevtongermany/SynthWave.git
- Move into that directory Using cd or if you are on windows just go inside the folder
- Create a venv using python -m venv venv and set it as your active environment
- install all dependecies using pip
pip install -r requirements.txt
- create a .env file and you need to put this into the .env file
TOKEN=YourBotToken
LAVALINK_SERVER_PASSWORD=SetAPasswordHere!
SERVER_PORT=2331
SERVER_ADDRESS=0.0.0.0
- and now you are pretty much done! just run the main.py and let it do its thing
Side note:
Its recommended to set custom emojis in the emoji.py!
currently only EMOJI_VIBIN is used