borisgrigorov / Discord-music-bot

Super-simple music bot for Discord.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super-simple music bot for Discord

Install and run

  1. You have to have installed NPM and Node.js
  2. Create file config.json
  3. Into this file insert something like this:
{
    "token": "yourtokenhere",
    "prefix": "."
}

Token - here insert your Discord bot token

Prefix - Bot's prefex for command (E.g. .play blablabla)

  1. Run npm install
  2. Run npm start
  3. Enjoy!

About

Super-simple music bot for Discord.


Languages

Language:JavaScript 100.0%