Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nerkoux/djs-v14
A discord bot , with basic handler , music system, events & Dashboard working
https://github.com/nerkoux/djs-v14
dashboard discord discord-bot discord-dashboard discord-js discord-js-v14 discordapp discordbottemplate djs-v14
Last synced: 2 months ago
JSON representation
A discord bot , with basic handler , music system, events & Dashboard working
- Host: GitHub
- URL: https://github.com/nerkoux/djs-v14
- Owner: nerkoux
- License: gpl-3.0
- Created: 2023-01-28T17:21:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T03:54:33.000Z (about 1 year ago)
- Last Synced: 2024-10-13T01:41:17.227Z (2 months ago)
- Topics: dashboard, discord, discord-bot, discord-dashboard, discord-js, discord-js-v14, discordapp, discordbottemplate, djs-v14
- Language: JavaScript
- Homepage: https://bot.akshatmehta.com
- Size: 348 KB
- Stars: 27
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Bot Version V14 With Dashboard
A complete code to download for a discord bot and have a great start out of it đ§
Looking for a code for a discord bot with basic handler and basic features ? This fully open source code is made for your project !
If you need help with this project, to get support faster you can join the help server by just clicking [here](https://discord.gg/TsAdmEZNZB).
*If you don't have any development knowledge, it is recommended to join the Discord support server to get help.*
### ⥠Configuration
Open the configuration file located in the main folder `configuration.js`.
```js
/* --- CONFIGURATION --- */module.exports = {
prefix: ",",
owner: ["ownerid"],
token: "token",
dbd_license: "license", // YOU CAN GET THIS FROM HERE - https://assistantscenter.com/discord-dashboard/v2
client_id: "client_id", // YOU CAN GET THIS FROM HERE - https://discord.com/developers/applications
client_secret: "client_Secret", // YOU CAN GET THIS FROM HERE - https://discord.com/developers/applications
port: port,
domain: "domain",
redirectUri: "/discord/callback",
emoji: {
"play": "âļī¸",
"stop": "âšī¸",
"queue": "đ",
"success": "âī¸",
"repeat": "đ",
"error": "â"
}
}
```Basic configuration
- `token`, the token of the bot available on the [Discord Developers](https://discordapp.com/developers/applications) section
- `owner_id`, You have to get it by enabling the discord developer mode from the DiscordApp.
- `dbl_license`, // YOU CAN GET THIS FROM HERE - [Assistants Center](https://assistantscenter.com/discord-dashboard/v2)
- `client_id`, the client id of the bot available on the [Discord Developers](https://discordapp.com/developers/applications) section
- `client_secret`, the client secret of the bot available on the [Discord Developers](https://discordapp.com/developers/applications) section
- `redirect_uri`, You have to add Redirect URI for the bot available on the [Discord Developers](https://discordapp.com/developers/applications/oauth2/general) section### đ Installation
To use the project correctly you will need some tools.
[Node JS](https://nodejs.org/en/) (v16.6) for environment
Without forgetting of course the code editor ^^
Realized with â¤ī¸ by [Akshat Mehta](https://github.com/nerkoux).
Please do not withdraw the license and keep the credits on this project.
### đ Startup the Project
To run this project , type in Terminal
```js
node open.js
```## Authors
- [@nerkoux](https://www.github.com/nerkoux)
## Tutorial
https://www.youtube.com/watch?v=pwq0sJpi7ZA
## Feedback
If you have any feedback, please reach out to me at our discord server