Skip to content

Victor-Palha/The-Bard-BOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Bard - Discord Bot

Cat The Bard
In recent years, many of the most popular **music bots** have been shut down by platforms like _YouTube_, _Spotify_, and other music services. **The Bard** is a Discord bot you can add to your server to fill that gap. The Bard streams music from YouTube and is free to use.

To prevent The Bard from being taken down, we are not providing a public link to add it to your server. However, you can clone this repository and run it on your own server.

Features

  • 🎶 Play music from YouTube: !play <song URL>
  • ⏭️ Skip the current track: !skip
  • 🛑 Stop the music: !stop
  • 📜 Show the current queue: !queue
  • Display the help message: !help
  • 🎲 Roll a dice: !roll <quantity of dice>d<dice faces> <modifiers>
    (e.g., !roll 2d6+3)

How to run

First of all, you need to install Node.js and npm. Then you can follow the steps below:

  1. Clone this repository
git clone <https url>
cd the-bard-bot
  1. Install the dependencies
npm install
  1. Create a .env file in the root of the project and add the following content:
DISCORD_TOKEN=<your discord bot token>
PREFIX=<your prefix> # Default is !

To get a Discord Bot Token you need to create a new application in the Discord Developer Portal and create a bot in the Bot section. 4. Run the bot

npm start
  1. Invite the bot to your server from the Discord Developer Portal

Conclusion

The Bard is a simple Discord bot that plays music from YouTube. It is a great alternative to other music bots that have been taken down. You can clone this repository and run it on your own server to enjoy music with your friends.

About

Music BOT to discord

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published