{"id":23123512,"url":"https://github.com/devvyyxyz/bmd-mods","last_synced_at":"2025-07-10T15:39:07.349Z","repository":{"id":258408152,"uuid":"873874441","full_name":"devvyyxyz/BMD-mods","owner":"devvyyxyz","description":"Documentation additional features for Bot Maker for Discord, mods, themes, and more...","archived":false,"fork":false,"pushed_at":"2024-11-29T20:37:15.000Z","size":28770,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T23:23:25.495Z","etag":null,"topics":["bm4d","bmd","bmd-mod","bmd-theme","bmd-tools","bmfd","bot-maker-for-discord","botmakerfordiscord","discord-bot-maker","discordbotmaker","extras","mods","plugins","themes"],"latest_commit_sha":null,"homepage":"http://bmd-mods.devvyy.xyz/","language":"CSS","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/devvyyxyz.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"devvyyxyz","patreon":"devvyyxyz","open_collective":null,"ko_fi":"devvyyxyz","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"devvyyxyz","thanks_dev":null,"custom":null}},"created_at":"2024-10-16T21:42:15.000Z","updated_at":"2024-11-29T20:36:49.000Z","dependencies_parsed_at":"2024-11-27T04:31:23.607Z","dependency_job_id":null,"html_url":"https://github.com/devvyyxyz/BMD-mods","commit_stats":null,"previous_names":["devvyyxyz/bmd-mods"],"tags_count":0,"template":false,"template_full_name":"devvyyxyz/retype","purl":"pkg:github/devvyyxyz/BMD-mods","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvyyxyz%2FBMD-mods","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvyyxyz%2FBMD-mods/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvyyxyz%2FBMD-mods/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvyyxyz%2FBMD-mods/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devvyyxyz","download_url":"https://codeload.github.com/devvyyxyz/BMD-mods/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvyyxyz%2FBMD-mods/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260308467,"owners_count":22989812,"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","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":["bm4d","bmd","bmd-mod","bmd-theme","bmd-tools","bmfd","bot-maker-for-discord","botmakerfordiscord","discord-bot-maker","discordbotmaker","extras","mods","plugins","themes"],"created_at":"2024-12-17T07:35:03.393Z","updated_at":"2025-06-17T06:39:09.687Z","avatar_url":"https://github.com/devvyyxyz.png","language":"CSS","funding_links":["https://github.com/sponsors/devvyyxyz","https://patreon.com/devvyyxyz","https://ko-fi.com/devvyyxyz","https://buymeacoffee.com/devvyyxyz"],"categories":[],"sub_categories":[],"readme":"# Community Mods for [Bot Maker for Discord](https://store.steampowered.com/app/2592170/Bot_Maker_For_Discord/)\n\nThis repository houses community-made mods for Bot Maker for Discord (BMD).\n\n## Navigation\n\n- [Installation](#installation)\n  - [Using the CLI Tool](#using-the-cli-tool)\n  - [Manual Installation](#manual-installation)\n  - [Using `Install-mods.bat`](#using-install-modsbat-not-recommended)\n- [Creating Mods](#creating-mods)\n- [Uploading Mods via GitHub Pull Requests](#uploading-mods-via-github-pull-requests)\n  - [Using the Web Interface](#using-the-web-interface)\n  - [Using the Local Machine](#using-the-local-machine)\n- [Contact](#contact)\n- [License](#license)\n\n## Installation\n\n### Using the CLI Tool\n\n[_Work in Progress (W.I.P.)_](https://github.com/qizzle/bmdm)\nBMD built-in mod manager coming soon™️\n\n### Manual Installation\n\n1. Download the repository by clicking \"Code\" on the repository's home page and selecting \"Download ZIP\".\n2. Extract the ZIP archive.\n3. Move the \"Actions\" folder to your Bot Maker for Discord's AppData directory, typically located at:\n   ```\n   C:\\Program Files (x86)\\Steam\\steamapps\\common\\Bot Maker For Discord\\AppData\n   ```\n4. Move the \"Themes\" folder to the main directory of your Bot Maker for Discord installation, typically located at:\n   ```\n   C:\\Program Files (x86)\\Steam\\steamapps\\common\\Bot Maker For Discord\n   ```\n5. Restart the Bot Maker for Discord application.\n6. You're all set!\n\n## Creating Mods\n\n\u003e [!IMPORTANT]\n\u003e Refer to the [short documentation](MODS.md) for guidance on creating your own mods.\n\nPlease 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.\nFeel free to add a short description for your action as seen in [**animeSearch_MOD.js**](Actions/animeSearch_MOD.js).\n\nYou may find a list of the apps actions, events, icons, and kits [here](https://github.com/devvyyxyz/BMD-Actions).\n\nTry to use as few packages as possible, especially for simple functionality. Use packages only when absolutely necessary.\n\nAI-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.\n\n## Uploading Mods via GitHub Pull Requests\n\nTo contribute your mods to this repository, you can use either the GitHub web interface or your local machine.\\\nFor a detailed tutorial, [**view this**](UPLOAD.md).\n\n## Contact\n\nJoin our community on the [Discord server](https://discord.gg/whtjS7BW3u) for support and discussion.\n\n## License\n\nThis project is distributed under the [MIT License](LICENSE).\n\n\n\n\n\n#### Pages coming soon...\nfaq:\n- does BMD limit the amount of sub commands? No Discord does\n- how to host a bot?\n- creating folders \u0026 managing commmands\nCommon errors:\n- missing intents\n- missing permissions\n- invalid/missing bot token\n-  interaction has already been acknowleged, replying too the same interaction twice\n- invalid form on put, invalid form.\nmisc:\n- turning timestamps into readable text\n- global vars not showing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevvyyxyz%2Fbmd-mods","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevvyyxyz%2Fbmd-mods","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevvyyxyz%2Fbmd-mods/lists"}