To use the project, you must first clone or download the project.
- Clone The Project
git clone https://github.com/hypecavess/economy-vts.git
or
- 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.
After completing the necessary steps above, we need to continue with the steps below.
- 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.
npm install
- 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.
export const config = {
token: "your_token_here",
clientId: "your_client_id_here",
prefix: "your_prefix_here",
};
- 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.
npm run start
That's all, really. You can get the project and use it in just a few steps.
-
Commands
- Balance
- Daily
- Give
- Leaderboard
- Ping
- Profile
-
Types
- Slash
- Prefix
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 this project in other languages. Currently Version Discord.js and Version Python are available.
The project is licensed under Nothinger's NSL-1.0 license. The base schema for this project is the Schema from Nothinger's "TypeScript Starter Pack && Dual" Package.