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
To get started with the Shuming.js, follow these steps:
- Clone the repository by downloading it as a ZIP file or running the command
git clone https://github.com/NoReplyUI5/Shuming.js
. - Navigate to the template's directory and run the command
npm install
(make sure npm is installed). - Once all the required modules are installed, open the
src
folder, renameexample.config.js
toconfig.js
, after that opensrc/config.js
file and fill in the necessary information. - Run the command
node .
ornpm start
to start the bot.
Contributions to the Shuming.js are welcome. To contribute, please follow these guidelines:
- Fork the
main
branch. Important: All changes must be made to the Main branch. - Make your changes in your forked repository.
- Open a pull request to the
main
branch, and it will be reviewed promptly. - If everything checks out, the pull request will be merged.# Shuming.js