https://github.com/hypecavess/economy-vdjs
Discord Bot in Discord.js language with advanced and standard economy system. New feature every 3 days.
https://github.com/hypecavess/economy-vdjs
bot discord discord-bot discord-js javascript json prefix slash template v14-discord-bot-template
Last synced: 3 months ago
JSON representation
Discord Bot in Discord.js language with advanced and standard economy system. New feature every 3 days.
- Host: GitHub
- URL: https://github.com/hypecavess/economy-vdjs
- Owner: hypecavess
- License: other
- Created: 2025-07-08T23:35:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-08T23:42:44.000Z (about 1 year ago)
- Last Synced: 2025-07-09T00:40:32.980Z (about 1 year ago)
- Topics: bot, discord, discord-bot, discord-js, javascript, json, prefix, slash, template, v14-discord-bot-template
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Discord Economy Bot // Version Discord.js
###
Technologies used in this project:





Hello, welcome to the project. This project is a Discord Bot developed with javascript language for the economy type. I bring new features every 3 days. Check below for typescript and python versions of this same project.
## Using the Project
To use the project, you must first clone or download the project.
1. Clone The Project
```bash
git clone https://github.com/hypecavess/economy-vdjs.git
```
or
2. Download The Project
- To download the project, look for a green button on this page that says "Code". Click on the button and select "Download ZIP" from the menu that appears at the bottom.
- After extracting the downloaded ZIP file to a desired location, open the extracted folder in your code editor and continue with the rest of the steps in this text.
## Installation and Configuration
After completing the necessary steps above, we need to continue with the steps below.
1. Download the required dependencies:
The package.json file in the project contains all the necessary dependencies, you do not need to add anything extra to the command.
```bash
npm install
```
2. Fill in the configuration file:
The configuration file should be as follows in the project, you should fill in the fields with your actual bot data.
```json
{
"token": "enter_token_here",
"clientId": "enter_client_id_here",
"prefix": "enter_prefix_here"
}
```
3. Start the project
When you use the command below, your project will be started. Unless you see a message like *"Bot [YOUR_BOT_NAME] has logged in!"* in the console, it means your bot has not started yet.
```bash
node .
```
That's all, really. You can get the project and use it in just a few steps.
## Project Content
- Commands
- Balance
- Daily
- Give
- Leaderboard
- Ping
- Profile
- Types
- Slash
- Prefix
## Questions and Contact
If you have a problem with the project, have a question, or want to contact me about any situation, you can come to the server below or send me a request on Discord and get in touch.
## Explore in Other Languages
Explore this project in other languages. **Currently** [Version TypeScript](https://github.com/hypecavess/economy-vts) and [Version Python](https://github.com/hypecavess/economy-vpy) are available.
## License and Project
The project is licensed under **Nothinger**'s **NSL-1.0** license. The base schema for this project is the Schema from Nothinger's "*Discord.js Starter Pack && Dual*" Package.
All Rights Reserved ~ HypeCaves