#
Community Mods for Bot Maker for Discord
This repository houses community-made mods for Bot Maker for Discord (BMD).
#
Navigation
Installation Using the CLI Tool Manual Installation Using Install-mods.bat
Creating Mods Uploading Mods via GitHub Pull Requests Using the Web Interface Using the Local Machine
Contact License
#
Installation
#
Using the CLI Tool
Work in Progress (W.I.P.)
BMD built-in mod manager coming soon™️
#
Manual Installation
- Download the repository by clicking "Code" on the repository's home page and selecting "Download ZIP".
- Extract the ZIP archive.
- Move the "Actions" folder to your Bot Maker for Discord's AppData directory, typically located at:
C:\Program Files (x86)\Steam\steamapps\common\Bot Maker For Discord\AppData
- Move the "Themes" folder to the main directory of your Bot Maker for Discord installation, typically located at:
C:\Program Files (x86)\Steam\steamapps\common\Bot Maker For Discord
- Restart the Bot Maker for Discord application.
- You're all set!
#
Creating Mods
Important
Refer to the short documentation for guidance on creating your own mods.
Please follow the general structure when creating mods. Therefore, add _MOD after your mod name, don't include any additional dots or spaces, and make sure to include the info object within your modded action.
Feel free to add a short description for your action as seen in animeSearch_MOD.js.
You may find a list of the apps actions, events, icons, and kits here.
Try to use as few packages as possible, especially for simple functionality. Use packages only when absolutely necessary.
AI-generated code is not allowed. While using AI as a tool for assistance is permitted, all code must be created and reviewed by human contributors.
#
Uploading Mods via GitHub Pull Requests
To contribute your mods to this repository, you can use either the GitHub web interface or your local machine.
For a detailed tutorial, view this.
#
Contact
Join our community on the Discord server for support and discussion.
#
License
This project is distributed under the MIT License.