8000 GitHub - jacksonlevine/musicbot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jacksonlevine/musicbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To use:

Windows-specific commands, use from Windows Terminal:

Prerequisites:

  • Install ffmpeg (have the folder w/ the .exe on your PATH)
  • Install yt-dlp (have the folder w/ the .exe on your PATH)

Install requirements:

python -m pip install -r requirements.txt

Create virtual environment for discord bot token:

python -m venv venv
venv\Scripts\activate.bat
set DISCORD_911BOT_TOKEN=yourDiscordBotToken(replace this with yours)

Run the bot:

python bot.py

Enjoy!

!play

!stop

!join

!leave

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0