A discord bot to play music on your server from YouTube.
- Music functions
- Informations
Clone the repository
git clone https://github.com/gadfaria/seurubenildo-discordbot.git
Enter into the directory
cd seurubenildo-discordbot/
Install the dependencies
yarn
Set the environment variables
cp example.env .env
Running the bot:
yarn dev
Create a file with the name of .env following the example of .env.example
Option | Description |
---|---|
PREFIX | Command prefix |
TOKEN_DISCORD | Your bot's authentication token |
GOOGLE_KEY | Your bot's authentication google token |