A very simple YouTube music bot.
Create a file named config.py
in the root directory of the project and fill it with the following content:
# Description: Configuration file for the bot
# Discord
CLIENT_ID = YOUR_CLIENT_ID
OWNER_ID = YOUR_DISCORD_ID
BOT_TOKEN = 'YOUR_BOT_TOKEN'
CLIENT_SECRET = "YOUR_CLIENT_SECRET"
# Prefix
PREFIX = "YOUR_PREFIX."
# Discord Invite
PERMISSIONS = 3198017
INVITE_URL = f"https://discord.com/api/oauth2/authorize?client_id={CLIENT_ID}&permissions={PERMISSIONS}&scope=bot"
DEVELOPER_ID = 349164237605568513