This discord bot is my own discord bot which adds functionality that you would have to normally pay. You can feel free to use it on your own!
- Queue songs
- Seek through music
- Force song play
- Search videos from youtube
/play <song>: Adds a song to the queue/force: Forces the song to play/seek <time>: Seeks through the song/queue: Shows the queue/skip: Skips the current song/leave: Leaves the voice channel/yt <search>: Searches for a video on youtube/help: Shows the help menu/ping: Pings the bot
- Python 3.x
- Discord account
- Discord bot token
- discord.py, yt-dlp, PyNaCl and python-dotenv packages
- Clone the repo.
- Run install.bat or install the requirements manually.
- Create a developer application on the Discord Developer Portal and create a bot.
- Go to the "Bot" tab and click "Add Bot".
- Copy the bot token.
- Invite the bot to your server using the OAuth2 URL with the
botscope and appropriate permissions.
- Create the .env file with your bot token like this (if creating manually):
Replace
DISCORD_TOKEN=your_token_hereyour_token_herewith your actual Discord bot token. - Run the bot with
py main.py.