Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 592 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 592 Bytes

stanislav_the_1st

A very simple YouTube music bot.

Config Template

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