All Projects β†’ LachlanDev β†’ Discord-BOT-Dashboard-V2

LachlanDev / Discord-BOT-Dashboard-V2

Licence: MIT license
Discord BOT Dashboard V2 is made to make Discord BOT Development easy, designed to help create applications without writing a single line of code while using a user friendly Web-Dashboard!

Programming Languages

javascript
184084 projects - #8 most used programming language
EJS
674 projects
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Discord-BOT-Dashboard-V2

Discord-BOT-Dashboard
This version is outdated, please check out Discord BOT Dashboard v2
Stars: ✭ 32 (-73.33%)
Mutual labels:  discordjs, discord-api, discord-server, discord-js, discordbot, discord-bot-dashboard, discord-bot-development
LenoxBot
πŸ–₯️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+81.67%)
Mutual labels:  discordjs, discord-api, discord-server, discord-js, discordbot
suggestions-bot
A Discord bot designed to build better communities by encouraging a positive and constructive relationship between community and staff.
Stars: ✭ 22 (-81.67%)
Mutual labels:  discordjs, discord-api, discord-js, discordbot
discord-voice
⏲️ A complete framework to facilitate the tracking of user voice time using discord.js
Stars: ✭ 33 (-72.5%)
Mutual labels:  discordjs, discord-api, discord-js, discordbot
Aometry
An awesome multipurpose discord bot build using discord.js v13 with support for slash commands and context menus
Stars: ✭ 51 (-57.5%)
Mutual labels:  discordjs, discord-api, discord-js, discordbot
Luki
[Deprecated] The official repository for Luki the Discord bot
Stars: ✭ 21 (-82.5%)
Mutual labels:  discordjs, discord-api, discord-js, discordbot
mass-dm-discord
A MassDM selfbot which is working in 2021. Only for educational purposes πŸ₯±πŸš€
Stars: ✭ 87 (-27.5%)
Mutual labels:  discordjs, discord-api, discord-js, discordbot
Discord-Reposter
Bot for reposting Discord messages (work in progress)
Stars: ✭ 62 (-48.33%)
Mutual labels:  discordjs, discord-api, discord-js, discordbot
discord-clock
A simple clock script for your bot to show what time it is in your server | Discord.js v13 ready!
Stars: ✭ 29 (-75.83%)
Mutual labels:  discordjs, discord-api, discord-js, discordbot
Discord-Bot-TypeScript-Template
Discord bot - A discord.js bot template written with TypeScript.
Stars: ✭ 86 (-28.33%)
Mutual labels:  discordjs, discord-api, discord-js, discordbot
DraconianJSBot
With its robust performance, intuitive design, and vast array of functionalities, the Draconian Bot is the ultimate solution for all your needs.
Stars: ✭ 113 (-5.83%)
Mutual labels:  discordjs, discord-js, discordbot, discord-moderation-bot
Friend-Time
Discord bot - Friend Time helps your server coordinate times and events by converting times mentioned in chat between time zones!
Stars: ✭ 62 (-48.33%)
Mutual labels:  discordjs, discord-js, discordbot
Blizzard
Simple Discord Moderation Bot
Stars: ✭ 33 (-72.5%)
Mutual labels:  discordjs, discord-js, discord-moderation-bot
multiple-purpose-discord-bot-like-carlbot
A MultiPurpose Discord bot Named Dumb Bot which does Almost Everything You will need in one bot and with 230+ Commands and does almost everything which is in carl-bot or dyno
Stars: ✭ 70 (-41.67%)
Mutual labels:  discordjs, discord-js, discordbot
Discord.JS-Coding-Tutorials
πŸ™‚ A full Discord.JS v12 Guide for making Discord Bots by DashCruft on YouTube
Stars: ✭ 58 (-51.67%)
Mutual labels:  discordjs, discord-js, discordbot
Discord-Presser-Server-Nuker
Nuke Discord Bot in Js (Beta has arrived)
Stars: ✭ 253 (+110.83%)
Mutual labels:  discord-api, discord-server, discord-js
Discord-Channel-Moderator
❀️ Discord Moderation Bot that helps you filter commands, (allow) links or filter words in channels where they were not allowed. Script is Node.js based using discord.js built by @Refloow
Stars: ✭ 76 (-36.67%)
Mutual labels:  discord-js, discordbot, discord-moderation-bot
Server-Captcha
Protect Your Server From Automated Bots With Captcha Now !
Stars: ✭ 18 (-85%)
Mutual labels:  discordjs, discord-js, discordbot
discord-altyapi-bot
Discord Bot AltyapΔ±sΔ± - Discord.js v14 AltyapΔ±
Stars: ✭ 172 (+43.33%)
Mutual labels:  discordjs, discord-js, discordbot
Karuma
Karuma is a Discord Bot including Nukes, Raids, Mass DM and other features. Only for educational purposes πŸ₯±πŸš€
Stars: ✭ 132 (+10%)
Mutual labels:  discord-api, discord-js, discordbot


Discord BOT Dashboard - V2

Github all releases GitHub release GitHub issues DiscordServer

πŸ“š About

Discord BOT Dashboard V2 is the successor of Discord BOT Dashboard, Discord BOT Dashboard V2 is made to make Discord BOT Development easy, designed to create applications without having to write a single line of code while using a user friendly Web-Dashboard!

Dashboard Preview:

πŸš€ Installation / Setup

Head over to the Docs to find all the instructions for setting up and running Discord BOT Dashboard V2. This can be found here!

⌚ Installing Requirements

Download the latest version from Releases, open up the root directory and run the following command.

npm install

πŸ–₯️ Setting up BOT

Rename config.default.json to config.json and open up the file, this can be found found in the config folder and input the required fields. More info on these fields can be found on the Docs page here!

{
    "clientID":"BOTclientID",
    "clientSecret":"BOTclientSecret",
    "callbackURL":"BOTcallbackURL",
    "Admin":["userAdminID"],
    "token":"BOTtoken",
    "prefix":"-",
    "port":"3000"
}

Make sure to enable both "Privileged Gateway Intents" on the Discord Developer Dashboard. This is to fix errors with "Kick / Ban" Commands!

πŸ“‘ Starting the application

Open up the root directory and run the following command.

node index.js

You should now be able to access the dashboard at http://localhost:3000.

🧰 Features

A list of some of the features that are included in Discord BOT Dashboard V2

  • πŸ” Authentication - Discord BOT Dashboard is locked with a secure authentication method that only allows users who are added into the config file to access the dashboard.
  • πŸ”’ Security - Discord BOT Dashboard ensures that your application is secure.
  • πŸ’Ž Modern UI - Discord BOT Dashboard is built with a modern UI to ensure its ease of use for anyone.
  • πŸ–₯️ Open Source - Discord BOT Dashboard is an open source project meaning anyone can contribute to make it even better.
  • πŸ”Œ Stability - Running your application using Discord BOT Dashboard ensures that it is stable and you wont have any errors.
  • ⏲️ 24/7 Uptime - Running you application using Discord BOT Dashboard allows you to have 24/7 uptime.
  • ⛏️ Multiple Tools - Discord BOT Dashboard is packed with multiple tools that are easy to use.
  • πŸ”Œ Plugins - Develop and share plugins that can be imported into your project.

πŸ’‘ Contribute

If you would like to contribute to the project please open a PR (Pull Request) clearly showing your changes.

πŸ”’ Requirements

πŸ“ž Issues

If you have any issues feel free to open an issue or join the Discord Server.

🧲 Extra

Created by LachlanDev#8014


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].