Cd-corgi / OtterBot-project

The little project of OtterBot to the world!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lide-radio


Subscribe - Cørg1 Invite OtterBot Node Version Server Support

OtterBot-OP-project

New Version of Discord.js adapted to Otterbot! Use this repository and don't forget give me credits!

This repo has the following features:

  • Music Functions
  • Moderation and Auto-Mod Functions
  • Welcome System

Support my work:

How to setup this bot!

1. You have to make npm install to install all the libraries and dependencies!

2. Fill the config.json with the required data

3. Do not forget provide your Intents number to the bot to avoid some troubles!

4. Enjoy the experience!

CONFIG.JSON TEMPLATE

{
    "token": "bot token",
    "botID": "bot id",
    "ownerID": "owner id",
    "MONGO_URI": "mongo URI",
    "API": "perspective api",
    "colors": {
        "success": "Green",
        "warning": "Yellow",
        "error": "Red"
    },
    "GENIUS_API": "genius API",
    "spotifyPlugin": {
        "clientID_sp": "spotify client",
        "secretClient_sp": "SClient Spotify"
    },
    "nodes": [
        {
            "name": "Lavalink Client",
            "host": "host here",
            "port": 00000,
            "password": "password here"
        }
    ],
    "nodes2": [
        {
            "name": "Lavalink Client 2",
            "host": "host here",
            "port": 00000,
            "password": "password here"
        }
    ]
}

About

The little project of OtterBot to the world!

License:MIT License


Languages

Language:JavaScript 100.0%