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.
- 🎶 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
)
First of all, you need to install Node.js and npm. Then you can follow the steps below:
- Clone this repository
git clone <https url>
cd the-bard-bot
- Install the dependencies
npm install
- 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
- Invite the bot to your server from the Discord Developer Portal
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.