Complete step-by-step guide to install and configure Banketnika for your Discord server.
Follow these steps to install Banketnika on your system.
git clone https://github.com/stoychevww/banketnika.git cd banketnika
pip install -r requirements.txt
cp .env.example .env
python bot.py
Platform-specific instructions for installing FFmpeg.
Create and configure your Discord bot application.
Go to Discord Developer Portal and create a new application
Navigate to the 'Bot' section and create a bot user
Copy the bot token and add it to your .env file
Configure bot permissions in the OAuth2 section
Use the generated invite link to add the bot to your server
.env file
BOT_TOKEN=your_discord_bot_token_here BOT_PREFIX=! MAX_QUEUE_SIZE=100 MAX_SONG_LENGTH=600 DEFAULT_VOLUME=0.5
Common issues and their solutions to get Banketnika running smoothly.
If you're having trouble with the setup, check out our GitHub repository or add the hosted version to your server instead.