Cd-corgi / FerraLink-Bot-Template

A Simple Music Discord Bot including Slash Commands!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To Make your own music Discord Bot

Install the package:

npm i ferra-link

📹 Video Guide: Youtube Tutorial

If you want to customizate your Music Messages or knowing about to FerraLink's Events. Go to FerraLink Docs

Config.json Template

Keep in mind that you have to fill the node part. Because it is important to make the Music System works properly

{
    "token": "BOT TOKEN HERE",
    "botID": "BOT ID HERE",
    "mongoose": "MONGOOSE URI HERE (OPTIONAL)",
    "node": [
        {
            "name": "Lavalink Server",
            "url": "Your Hosting url:port",
            "auth": "password",
            "secure": false
        }
    ],
    "clientId": "SPOTIFY CLIENT ID",
    "clientSecret": "SPOTIFY SECRET CLIENT"
}

⚠ Caution

If you don't want to get a trouble starting the bot without mongoose connection, remove from Index.js:

# index.js

- require('./src/utils/mongoose')();

# console

+ npm uninstall mongoose

About

A Simple Music Discord Bot including Slash Commands!


Languages

Language:JavaScript 100.0%