TannerGabriel / discord-bot

Simple discord bot to play music and manage your server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finding songs

Peter-MJ-Parker opened this issue · comments

I would like the ability to search for songs by name or artist or both.
songs

I'm not planning on implementing this functionality because it needs a Youtube API token, and I think it would overcomplicate the setup process of the bot.

This repository should be an easy example of how to create your own Discord music bot, and I think the feature would be unnecessary.

That said here are a few libraries you can use to implement the functionality yourself:

You can use these libraries to get the URL of the song you want using the song name and then play the song by passing the URL to the ytdl-core library as you are already doing now.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days