Breakn't-bot is supposed to be a reliable music player for discord servers.
Go to file
corner 776eba6fa8 Updated link 2020-03-27 13:49:01 +01:00
src [chore]: Initial commit 2020-03-27 13:47:29 +01:00
.eslintignore [chore]: Initial commit 2020-03-27 13:47:29 +01:00
.eslintrc.js [chore]: Initial commit 2020-03-27 13:47:29 +01:00
.gitignore [chore]: Initial commit 2020-03-27 13:47:29 +01:00
README.md Updated link 2020-03-27 13:49:01 +01:00
package-lock.json [chore]: Initial commit 2020-03-27 13:47:29 +01:00
package.json [chore]: Initial commit 2020-03-27 13:47:29 +01:00

README.md

Breakn't-bot

Welcome to the repository for breakn't-bot. Breakn't-bot is supposed to be a reliable music player for discord servers.

Try it yourself!

Firstly, clone this repo and install all dependencies (discord.js does not work on devices other than x86 processors):

git clone https://gitea.arnweb.nl/corner/breaknt-bot.git && cd breakn\'t-bot
npm i

Then create config.json in the root of the breakn't-bot folder. It should contain this:

{
  "prefix": "}",
  "token": "Discord token",
  "api_key": "Youtube data api v3 token"
}

To start the bot run: npm start;