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.gitEnter into the directory
cd seurubenildo-discordbot/Install the dependencies
yarnSet the environment variables
cp example.env .envRunning the bot:
yarn devCreate 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 |