{"id":21377917,"url":"https://github.com/breadmoirai/breadbotframework","last_synced_at":"2026-05-18T22:04:14.013Z","repository":{"id":55383420,"uuid":"95270507","full_name":"BreadMoirai/BreadBotFramework","owner":"BreadMoirai","description":"A Java Framework for Discord Bots","archived":false,"fork":false,"pushed_at":"2021-01-05T10:30:30.000Z","size":8126,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T22:11:17.719Z","etag":null,"topics":["bot-framework","discord","discord-bot","java","jda","jda-bot","jda-extension","jda-utilities"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BreadMoirai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-24T02:26:24.000Z","updated_at":"2021-04-30T17:06:16.000Z","dependencies_parsed_at":"2022-08-14T23:01:09.713Z","dependency_job_id":null,"html_url":"https://github.com/BreadMoirai/BreadBotFramework","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreadMoirai%2FBreadBotFramework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreadMoirai%2FBreadBotFramework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreadMoirai%2FBreadBotFramework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreadMoirai%2FBreadBotFramework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BreadMoirai","download_url":"https://codeload.github.com/BreadMoirai/BreadBotFramework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243852499,"owners_count":20358271,"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":["bot-framework","discord","discord-bot","java","jda","jda-bot","jda-extension","jda-utilities"],"created_at":"2024-11-22T09:24:15.328Z","updated_at":"2026-05-18T22:04:13.956Z","avatar_url":"https://github.com/BreadMoirai.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[bintrayImage]: https://api.bintray.com/packages/breadmoirai/maven/breadbot-framework/images/download.svg\r\n[bintrayLink]: https://bintray.com/breadmoirai/maven/breadbot-framework/_latestVersion\r\n[travisImage]: https://travis-ci.org/BreadMoirai/BreadBotFramework.svg?branch=master\r\n[travisLink]: https://travis-ci.org/BreadMoirai/BreadBotFramework\r\n[contributorsImage]: https://img.shields.io/github/contributors/BreadMoirai/BreadBotFramework.svg\r\n[contributorsLink]: https://github.com/BreadMoirai/BreadBotFramework/graphs/contributors\r\n[issuesImage]: https://img.shields.io/github/issues-raw/BreadMoirai/BreadBotFramework.svg\r\n[issuesLink]: https://github.com/BreadMoirai/BreadBotFramework/issues\r\n[discordWidget]: https://discordapp.com/api/guilds/284822192821108736/widget.png\r\n[discordInvite]: https://discord.gg/yAMdGU9\r\n[wikiImage]: https://img.shields.io/badge/wiki-here-orange.svg\r\n[wikiLink]: https://github.com/BreadMoirai/BreadBotFramework/wiki\r\n[docsImage]: https://img.shields.io/badge/docs-here-yellow.svg\r\n[docsLink]: https://breadmoirai.github.io/BreadBotFramework/\r\n\r\n[ ![bintrayImage][] ][bintrayLink]\r\n[ ![travisImage][]][travisLink]\r\n[ ![contributorsImage][] ][contributorsLink]\r\n[ ![issuesImage][] ][issuesLink]\r\n[ ![discordWidget][] ][discordInvite]\r\n[ ![wikiImage][]][wikiLink]\r\n[ ![docsImage][]][docsLink]\r\n\r\n# BreadBotFramework\r\n\r\n### Features\r\n - [x] Commands\r\n - [ ] Documentation\r\n - [x] Some Logging\r\n\r\n\r\nThis project is an SDK designed for bot-creation which is built on top of [JDA](https://github.com/DV8FromTheWorld/JDA). This project only uses reflection to initialize each command.\r\n## Download\r\nYou can check the [releases](https://github.com/BreadMoirai/BreadBotFramework/releases) tab for jars. This is also distributed via [bintray][bintrayLink].\r\n\r\n### Adding as Dependency\r\n[![bintrayImage][]][bintrayLink] \r\n\r\nWhen using the snippets below replace the **VERSION** key with the version shown above.\r\n\r\n#### Gradle\r\n```groovy\r\nrepositories {\r\n  jcenter()\r\n}\r\n\r\ndependencies {\r\n  compile 'com.github.breadmoirai:breadbot-framework:VERSION'\r\n}\r\n```\r\n\r\n#### Maven\r\n```xml\r\n\u003crepository\u003e\r\n  \u003cid\u003ejcenter\u003c/id\u003e\r\n  \u003cname\u003ejcenter\u003c/name\u003e\r\n  \u003curl\u003ehttp://jcenter.bintray.com/\u003c/url\u003e\r\n\u003c/repository\u003e\r\n\r\n\u003cdependency\u003e\r\n  \u003cgroupId\u003ecom.github.breadmoirai\u003c/groupId\u003e\r\n  \u003cartifactId\u003ebreadbot-framework\u003c/artifactId\u003e\r\n  \u003cversion\u003eVERSION\u003c/version\u003e\r\n  \u003ctype\u003epom\u003c/type\u003e\r\n\u003c/dependency\u003e\r\n```\r\n\r\n### Javadoc\r\nWeb access to the javadocs is provided [here][docsLink]. Please note that this is a work in progress and it is likely something you would like documented is not documented. Please open an issue via Github [Issues](https://github.com/BreadMoirai/BreadBotFramework/issues) or contact me directly through my [Discord][discordInvite].\r\n\r\n# [Wiki](https://github.com/BreadMoirai/BreadBotFramework/wiki)\r\nSee the wiki linked above for usage and examples.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreadmoirai%2Fbreadbotframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreadmoirai%2Fbreadbotframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreadmoirai%2Fbreadbotframework/lists"}