{"id":16225550,"url":"https://github.com/pitzzahh/devbot","last_synced_at":"2025-06-11T20:13:22.214Z","repository":{"id":56765982,"uuid":"524859350","full_name":"pitzzahh/DevBot","owner":"pitzzahh","description":"A Discord Bot made using Java Discord API and Spring framework. Does something that most bots do. Just for fun. ","archived":false,"fork":false,"pushed_at":"2023-11-27T00:05:36.000Z","size":343,"stargazers_count":7,"open_issues_count":13,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T18:42:56.749Z","etag":null,"topics":["bot","discord","discord-bot","java","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pitzzahh.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-15T04:57:12.000Z","updated_at":"2024-04-06T00:51:46.000Z","dependencies_parsed_at":"2024-10-27T20:33:36.144Z","dependency_job_id":"8fc6a034-ef4c-4edd-95b3-884cccbdc401","html_url":"https://github.com/pitzzahh/DevBot","commit_stats":null,"previous_names":["pitzzahh/devbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitzzahh%2FDevBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitzzahh%2FDevBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitzzahh%2FDevBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitzzahh%2FDevBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pitzzahh","download_url":"https://codeload.github.com/pitzzahh/DevBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243989576,"owners_count":20379648,"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","discord","discord-bot","java","spring-boot"],"created_at":"2024-10-10T12:45:24.055Z","updated_at":"2025-03-19T12:31:00.723Z","avatar_url":"https://github.com/pitzzahh.png","language":"Java","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eDevBot\u003c/h1\u003e\n  \u003ca href=\"https://github.com/pitzzahh/pitzzahh-bot\"\u003e\n    \u003cimg src=\"https://iili.io/ZOtwDF.md.jpg\" alt=\"Logo\" style=\"border-radius: 50%\" width=\"100\" height=\"100\"\u003e\n  \u003c/a\u003e\n\u003ch3 align=\"center\"\u003eA Discord Bot made using Java Discord API\u003c/h3\u003e\n\u003c/div\u003e\n\n---\n\n![GitHub Issues](https://img.shields.io/github/issues/pitzzahh/pitzzahh-bot)\n![Forks](https://img.shields.io/github/forks/pitzzahh/pitzzahh-bot)\n![Stars](https://img.shields.io/github/stars/pitzzahh/pitzzahh-bot)\n![License](https://img.shields.io/github/license/pitzzahh/pitzzahh-bot)\n![Forks](https://img.shields.io/github/forks/pitzzahh/pitzzahh-bot)\n![Stars](https://img.shields.io/github/stars/pitzzahh/pitzzahh-bot)\n![Contributors](https://img.shields.io/github/contributors/pitzzahh/pitzzahh-bot)\n![Last Commit](https://img.shields.io/github/last-commit/pitzzahh/pitzzahh-bot)\n![Code size](https://img.shields.io/github/languages/code-size/pitzzahh/pitzzahh-bot)\n![Top language](https://img.shields.io/github/languages/top/pitzzahh/pitzzahh-bot)\n![Languages count](https://img.shields.io/github/languages/count/pitzzahh/pitzzahh-bot)\n![Repo size](https://img.shields.io/github/repo-size/pitzzahh/pitzzahh-bot)\n![Lines of code](https://img.shields.io/tokei/lines/github/pitzzahh/pitzzahh-bot?label=lines%20of%20code)\n\n---\n\nA discord bot for you to use in your personal servers or a community.\nThis Discord bot is built using [Java Discord API (JDA)](https://jda.wiki/) with [Spring](https://spring.io/) framework integration. It contains several features, including:\n\n- **User Verification**: Ensure that only authorized users access the server by allowing them to verify their accounts.\n- **Random Math Problem Game**: Take a quick break and solve some math problems.\n- **Message Checker**: Ensure a safe environment for you and your friends or community by filtering vurlgar words.\n- **Slash Commands**: This bot also includes several slash commands, see all the [list of commands](#features) available.\n\n\u003e 📘 Please take note\n\u003e\n\u003e You can invite the bot using this [link](https://discord.com/api/oauth2/authorize?client_id=1077238079083008051\u0026permissions=8\u0026scope=applications.commands%20bot). Feel free to make the necessary changes that suits you and your community's needs.\n\n## Setting up the bot\n\n### Pre-requisites\n\nBefore the bot can run, ensure that you have all the boxes checked in the requirements.\n\n- [x] A bot token generated from the [Discord Developer Portal](https://discord.com/developers/applications) site with Administrative privileges.\n- [x] [Git](https://git-scm.com/) must be installed in your system.\n- [x] [Java JDK](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) Version 17+ is required.\n- [x] An IDE such as [IntelliJ IDEA](https://www.jetbrains.com/idea/) or a Code Editor like [VS Code](https://code.visualstudio.com/) must be installed.\n\n### Running the bot\n\n1. Clone this repository to your local machine.\n2. Open the project in your IDE or code editor.\n3. Open the `application.yml.examlple` file located in `src/main/java/resources/`.\n4. Remove the `.example` extension the `application.yml.example` file.\n5. Copy your bot token and paste it in the token section.\n6. Run the app.\n\n### Contributing to the project\n\n1. Follow the instruction in section [Running the bot](#running-the-bot).\n2. Make the necessary changes such as but not limited to:\n    - Fixing bugs/errors.\n    - Adding new features.\n    - Optimize code.\n    - Testing and reporting issues/errors\n3. Open a pull request or an issue.\n\n## Features\n\nHere are some list of commands available to use.\n\n| Command         | Description                                                                |\n| --------------- | -------------------------------------------------------------------------- |\n| `/play`         | Play a game from the choices available and select its level of difficulty. |\n| `/joke`         | Get a random joke to enlighten your day.                                   |\n| `/confess`      | Confess something, may it be romantically or more general.                 |\n| `/submit-joke`  | Submit a joke to the bot (Will be approved by authorized users).           |\n| `/approve-joke` | Approve a submitted joke to the bot (Only authorized).                     |\n\n## Credits\n\nThis bot was created by [Peter John Arao](https://github.com/pitzzahh).\n\n## License\n\nThis project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpitzzahh%2Fdevbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpitzzahh%2Fdevbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpitzzahh%2Fdevbot/lists"}