An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

#

Discord Economy Bot // Version Discord.js

###

Technologies used in this project:



![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=plastic&logo=javascript&logoColor=black)
![JSON](https://img.shields.io/badge/JSON-000000?style=plastic&logo=json&logoColor=white)
![Node.js](https://img.shields.io/badge/Node.js-43853D?style=plastic&logo=node.js&logoColor=white)
![NPM](https://img.shields.io/badge/NPM-CB3837?style=plastic&logo=npm&logoColor=white)
![Last Commit](https://img.shields.io/github/last-commit/hypecavess/economy-vts?style=plastic)

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