Skip to content

NoReplyUI5/Shuming.js

Repository files navigation

Shuming.js

Important:

I hope this message finds you well. I wanted to provide a brief update regarding the Shuming.js project. Due to the absence of a proper timetable, I have encountered some challenges in implementing further updates. However, I am actively working on enhancing the code to support multi-guild functionality and plan to push this update soon.

The Shuming.js provides a solid foundation for creating feature-rich Discord bots using Discord.js. It includes various managers for handling message commands, buttons, select menus, slash commands, context menus, and modal forms. The template offers customization options, colorful logging, and a simple code structure.

NOTE: This code is intended for managing a single guild. If you wish to make it multi-guilded, you can create pull request after updating the code. Be sure to create an issue if you encounter any problem/issues

Information Category

Code Installation

To get started with the Shuming.js, follow these steps:

  1. Clone the repository by downloading it as a ZIP file or running the command git clone https://github.com/NoReplyUI5/Shuming.js.
  2. Navigate to the template's directory and run the command npm install (make sure npm is installed).
  3. Once all the required modules are installed, open the src folder, rename example.config.js to config.js, after that open src/config.js file and fill in the necessary information.
  4. Run the command node . or npm start to start the bot.

Contribution

Contributions to the Shuming.js are welcome. To contribute, please follow these guidelines:

  1. Fork the main branch. Important: All changes must be made to the Main branch.
  2. Make your changes in your forked repository.
  3. Open a pull request to the main branch, and it will be reviewed promptly.
  4. If everything checks out, the pull request will be merged.# Shuming.js