Skip to content

Tomer27cz/stanislav_the_1st

Repository files navigation

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

About

A very simple YouTube music bot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published