Song Bird is a bot that plays music and posts memes to a Discord channel.
- Instant music playback
- Pause/play/resume functionality
- Fresh memes
Below are instructions on how to run Song Bird for yourself.
You will need Git, Python, and PIP to pull from this repository and install the required dependencies on your own machine.
First, go to the folder that you want to clone the repository into:
# Example:
cd C:\mydiscordbots
Where mydiscordbots
is where you want to place the repository.
Next, issue the following commands:
# Clone this repository
git clone https://github.com/Xx-Ashutosh-xX/SongBird.git
You should see that Git has created a folder called SongBird
in mydiscordbots
.
- Go to Discord's Developer Portal
- Create a new application
- Select the bot tab within the application settings and a new bot
- Add permisions to it by selecting all the bot premissions below
- Install the following python libraries:
- Discord.py
pip install discord.py
- youtube-dl
pip install youtube-dl
- Discord.py
- Add the bot to your Discord server
- Genrate the token of your bot and replace it in
SongBird.py
file (which can be found in theSongBird
folder) - Run the Python file
SongBird.py
to bring your bot online - Its prefix is
-
i.e 'dash', try calling-h
or-help
to get all the commands available yet.
Song Bird is a Python file made with the Discord.py library and uses the generated token to connect to your bot.