Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hvlxh/djs-template
A advanced typescript template for using discord.js v14.
https://github.com/hvlxh/djs-template
discord discord-js discord-js-bot discord-js-command-handler-v14 discord-js-event-handler discord-js-template discordapp discordbot discordjs discordjs-bot discordjs-commando discordjs-template discordjs-v14
Last synced: 4 months ago
JSON representation
A advanced typescript template for using discord.js v14.
- Host: GitHub
- URL: https://github.com/hvlxh/djs-template
- Owner: hvlxh
- License: mit
- Created: 2022-10-08T07:30:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T11:59:20.000Z (about 1 year ago)
- Last Synced: 2024-09-20T04:16:31.360Z (5 months ago)
- Topics: discord, discord-js, discord-js-bot, discord-js-command-handler-v14, discord-js-event-handler, discord-js-template, discordapp, discordbot, discordjs, discordjs-bot, discordjs-commando, discordjs-template, discordjs-v14
- Language: JavaScript
- Homepage:
- Size: 401 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# djs-template
An discordjs framework to create commands in most efficient way!
## Prerequisites
1. Node (>17.x.x)
2. Git## Installation
1. Clone the repo (`git clone https://github.com/hvlxh/djs-framework`)
2. Add the following variables and fill them out in `.env`
3. Install the dependencies (`npm i`)
4. Run the app (`node .`)## Contributing
If you have identified a bug in the project and would like to contribute a fix, you can open a Pull Request (PR) to propose your changes. Please follow the project's guidelines for submitting a PR, which may include steps like forking the repository, creating a new branch, making the necessary changes, and submitting the PR for review.
If you prefer not to fix the bug yourself but want to bring it to the attention of the project maintainers, you can open an issue on the project's issue tracker. Describe the bug in detail, including any relevant information such as error messages or steps to reproduce the issue. This will allow the maintainers to investigate and address the problem.
Remember to follow any guidelines or templates provided by the project for reporting bugs or submitting PRs to ensure your contribution is clear and actionable.
## License
This project is licensed under the MIT License, which grants you the freedom to modify and adapt the project. However, it is of utmost importance that **PROPER CREDIT** is given to acknowledge the effort invested in creating this project. For more information, check [LICENSE](https://opensource.org/license/mit/)
Made with ❤ by [hvlxh](https://github.com/hvlxh)