Discord Bot of the NCS's Discord server.

Overview

Installation

Install dependencies

  npm install

Start the server

  npm start

Usage/Examples

Create .env file

  touch .env

Add this to the file

TOKEN=yourtoken

Config

Path : ./config.exemple.json - Duplicate and rename it config.json

{
  "prefix": "$",
  "embed": {
    "color": "#4D6FFF"
  },
  "channelMessageJoin": "CHANNEL_ID",
  "channelMessageLeave": "CHANNEL_ID",
  "roles": [
    {
      "label": "Role 1",
      "description": "Add role 1",
      "value": "ROLE_ID"
    },
    {
      "label": "Role 2",
      "description": "Add role 2",
      "value": "ROLE_ID_2"
    },
    {
      "label": "Role 2",
      "description": "Add role 3",
      "value": "ROLE_ID_3"
    }
  ],
  "botStatusMessage": "the devs."
}
Key Description Default Required
prefix This is the prefix of the bot. $ True
color The color of the embeds. #4D6FFF True
roles This is only for the system of roles (with menu). None True if you use this system.
roles[].label The name of the options. None True
roles[].description The description of the options. None True
roles[].value Need to be an id role, only. None True
channelMessageJoin Need to be an id of a channel (when the user join the server) None True
channelMessageLeave Need to be an id of a channel (when the user leave the server) None True
botStatusMessage Discord status of your bot None True
You might also like...

It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with buttons. It can play youtube songs, playlists. This bot code was made by Supreme#2401. It uses djs V12

It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with buttons. It can play youtube songs, playlists. This bot code was made by Supreme#2401. It uses djs V12

Lofi-Radio-Music-Bot It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with butt

Jan 2, 2023

This bot is a cool Discord bot made in discord.js using Node.JS

This bot is a cool Discord bot made in discord.js using Node.JS

Anti-Crosspost Discord Bot This bot is a cool Discord bot made in discord.js using Node.JS. It detects when a user cross-posts a message in multiple c

May 31, 2022

Meet Muffin - a multipurpose, customizable and open source Discord bot with bunch of useful features for your server!

Meet Muffin - a multipurpose, customizable and open source Discord bot with bunch of useful features for your server!

Meet Muffin - a multipurpose, highly customizable and open source Discord bot with bunch of useful features for your server! Self-hosting notice While

Oct 21, 2021

A Discord bot to display information for an IL-2 Sturmovik server.

A Discord bot to display information for an IL-2 Sturmovik server.

IL-2 Sturmovik Mission Info Discord Bot A Discord bot to display information for an IL-2 Sturmovik server. Setup Create a Discord bot Navigate to the

Dec 20, 2021

πŸ€–A small, robust Discord bot to support and manage a daily word game in your server. (soonβ„’)

Wordable πŸ€– Wordable is a small, robust Discord bot to support and manage a daily word game in your server! Commands /ping - Replies with pong! /guess

Feb 11, 2022

A configurable Discord Community server nuking bot with a small twist.

A configurable Discord Community server nuking bot with a small twist.

Quby Bot A configurable Discord Community server nuking bot with a small twist. The bot will perform these actions in the following order: When the bo

Sep 7, 2022

QBCore - Create codes using discord bot to redeem items & cash in your server!

Things you should know: The code was built for Old QBCore, you can of course change it to new if you want. (If you need help feel free to ask) When yo

Dec 10, 2022

A Discord bot designed for taking self-hosted media server requests from users

Jellybot A Discord bot designed for taking self-hosted media server requests from users What's it for? If you're coming across this, you probably have

Mar 25, 2022

Colour me! is a simple Discord bot running on Cloudflare Workers that allows server admins to give users the ability to change the colour of their own assigned colour roles!

Colour me! Colour me! is a simple Discord bot that allows server admins to give users the ability to change the colour of their own assigned colour ro

Dec 24, 2022
Comments
  • First stable release ?

    First stable release ?

    Hi @a9ex,

    Since you are in charge of the Discord bot project, would you be able to give me an approximate deployment date for the bot in production?

    Thx.

    Question 
    opened by PabloCodingg 1
  • πŸ“¦οΈπŸ’₯ Add ESLint

    πŸ“¦οΈπŸ’₯ Add ESLint

    In order to have a better consistency of the code, we will add ESLint so that it is clean and everyone codes the same way. It will be nicer for the next contributors too.

    A GitHub Action will be added to check if your Pull Requests respect the ESLint rules.

    opened by a9ex 0
Owner
NextCitizens
We aim to create free & powerfull tools for FiveM servers. This project is driven by @PABLO-1610. Join our Discord: https://discord.gg/nextcitizens
NextCitizens
Co-Pilot is a discord Bot designed to be the all-in-one, open-source Discord bot that handles all your server needs.

Welcome to Co-Pilot Bot repo! ?? ?? Co-Pilot (All-in-one Discord Bot) Co-Pilot is a discord Bot designed to be the all-in-one, open-source Discord bot

YMafalha 19 Nov 11, 2022
This bot can raise your mood. This bot send joke often our channel for users. Sometimes bot don't work because we have not server for this project...)

Hi, welcome to send-joke-bot telegram bot project ?? What can do this bot ? This bot can raise your mood. This bot send joke often our channel for use

Muhammadamin 5 Sep 26, 2022
🟒 OneForAll Support Bot - Is a support bot for the discord server of OFA!

?? OneForAll Support Bot - Is a support bot for the discord server of OFA! Setup You can setup OneForAll Support Bot by simply opening your terminal/c

baby 3 Oct 15, 2022
New base bot WhatsApp 🈴 bukan self bot lagi atau buka bot yang bisa di pakai oleh bot sendiri 😎

Installation β€’ Thanks to β€’ Donate Official Group Bot β€’ Settings Instalasi Heroku Buildpack Click the deploy icon below ! > heroku/nodejs > https://g

zeeone 27 Feb 9, 2022
Gitlift Discord Bot is a discord bot which is listening Discord Messages to reply with user gitlift profile and total contributions.

Remoklify - Gitlift Discord Bot Gitlift Discord Bot is a discord bot which is listening Discord Messages to reply with user gitlift profile and total

Remoklify 3 Mar 20, 2022
About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this command handler.

discordJS-V14 About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this

Umut Bayraktar 36 Dec 28, 2022
Discord Bot of the NCS's Discord server.

Installation Install dependencies npm install Start the server npm start Usage/Examples Create .env file touch .env Add this to the file TOKEN=y

NextCitizens 10 Sep 3, 2022
Mabicord AIO is a Discord bot that handles MMORPG Mabinogi's bugle messages, designed to serve a single Discord server.

Welcome to NamVr Discord Bot Template ?? An open source discord.js bot template which is based on official discord.js guide to get started on making y

Shane Lx 2 Jul 13, 2022
The Discord Bot for the AvdanOS Community Discord server.

Tinan The Discord Bot for the AvdanOS Community Discord server, made using discord.js v13.8. How to contribute Forking Step 1: Make a contribution for

AvdanOS 11 Dec 1, 2022
Aeona is a multi-purpose discord bot ready to skill up and boost up your Discord server! It has an State of the Art AI chatbot to make sure you never feel bored!

Aeona | Chatbot Aeona is an ever-growing multipurpose bot; primarily a fun chatbot you can converse with, but also showcases a wide range of fun comma

null 29 Jan 9, 2023