{"id":29413809,"url":"https://github.com/hypecavess/economy-vdjs","last_synced_at":"2026-04-19T14:02:39.961Z","repository":{"id":303697424,"uuid":"1016377292","full_name":"hypecavess/economy-vdjs","owner":"hypecavess","description":"Discord Bot in Discord.js language with advanced and standard economy system. New feature every 3 days.","archived":false,"fork":false,"pushed_at":"2025-07-08T23:42:44.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-09T00:40:32.980Z","etag":null,"topics":["bot","discord","discord-bot","discord-js","javascript","json","prefix","slash","template","v14-discord-bot-template"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hypecavess.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-08T23:35:09.000Z","updated_at":"2025-07-08T23:42:47.000Z","dependencies_parsed_at":"2025-07-09T00:40:34.964Z","dependency_job_id":"65abf3c7-319f-46b9-a567-27261c82b1ac","html_url":"https://github.com/hypecavess/economy-vdjs","commit_stats":null,"previous_names":["hypecavess/economy-vdjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hypecavess/economy-vdjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypecavess%2Feconomy-vdjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypecavess%2Feconomy-vdjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypecavess%2Feconomy-vdjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypecavess%2Feconomy-vdjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hypecavess","download_url":"https://codeload.github.com/hypecavess/economy-vdjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypecavess%2Feconomy-vdjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279176672,"owners_count":26119764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","discord","discord-bot","discord-js","javascript","json","prefix","slash","template","v14-discord-bot-template"],"created_at":"2025-07-11T12:00:50.814Z","updated_at":"2025-10-16T10:12:13.097Z","avatar_url":"https://github.com/hypecavess.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cdiv align=\"center\"\u003eDiscord Economy Bot // Version Discord.js\u003c/div\u003e\n\n### \u003cdiv align=\"center\"\u003e \u003cem\u003eTechnologies used in this project:\u003c/em\u003e \u003c/div\u003e\n\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n\n![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=plastic\u0026logo=javascript\u0026logoColor=black)\n![JSON](https://img.shields.io/badge/JSON-000000?style=plastic\u0026logo=json\u0026logoColor=white)\n![Node.js](https://img.shields.io/badge/Node.js-43853D?style=plastic\u0026logo=node.js\u0026logoColor=white)\n![NPM](https://img.shields.io/badge/NPM-CB3837?style=plastic\u0026logo=npm\u0026logoColor=white)\n![Last Commit](https://img.shields.io/github/last-commit/hypecavess/economy-vts?style=plastic)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e 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. \u003c/div\u003e\n\n## Using the Project\n\nTo use the project, you must first clone or download the project.\n\n1. Clone The Project\n```bash\ngit clone https://github.com/hypecavess/economy-vdjs.git\n```\n\nor \n\n2. Download The Project\n- 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.\n- 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.\n\n## Installation and Configuration\n\nAfter completing the necessary steps above, we need to continue with the steps below.\n\n1. Download the required dependencies:\nThe package.json file in the project contains all the necessary dependencies, you do not need to add anything extra to the command.\n\n```bash\nnpm install\n```\n\n2. Fill in the configuration file:\nThe configuration file should be as follows in the project, you should fill in the fields with your actual bot data.\n\n```json\n{\n    \"token\": \"enter_token_here\",\n    \"clientId\": \"enter_client_id_here\",\n    \"prefix\": \"enter_prefix_here\"\n}\n```\n\n3. Start the project\nWhen 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.\n\n```bash\nnode .\n```\n\nThat's all, really. You can get the project and use it in just a few steps.\n\n## Project Content\n\n- Commands\n  - Balance\n  - Daily\n  - Give\n  - Leaderboard\n  - Ping\n  - Profile\n\n- Types\n  - Slash\n  - Prefix\n\n\n## Questions and Contact\nIf 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.\n\n## Explore in Other Languages\nExplore 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.\n\n## License and Project\nThe 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 \u0026\u0026 Dual*\" Package.\n\n\n\u003cdiv align=\"center\"\u003eAll Rights Reserved ~ HypeCaves\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypecavess%2Feconomy-vdjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhypecavess%2Feconomy-vdjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypecavess%2Feconomy-vdjs/lists"}