Skip to content

Discord Bot in TypeScript language with advanced and standard economy system. New feature every 3 days.

License

Notifications You must be signed in to change notification settings

hypecavess/economy-vts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Economy Bot // Version TypeScript

Technologies used in this project:


TypeScript JSON Node.js NPM Last Commit

Hello, welcome to the project. This project is a Discord Bot developed with typescript language for the economy type. I bring new features every 3 days. Check below for javascript 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
git clone https://github.com/hypecavess/economy-vts.git

or

  1. 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.
npm install
  1. 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",
};
  1. 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.

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 Discord.js and Version Python 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 "TypeScript Starter Pack && Dual" Package.

All Rights Reserved ~ HypeCaves

About

Discord Bot in TypeScript language with advanced and standard economy system. New feature every 3 days.

Topics

Resources

License

Stars

Watchers

Forks