{"id":14983463,"url":"https://github.com/advanced-command-handler/advanced-command-handler","last_synced_at":"2026-03-12T02:02:01.411Z","repository":{"id":43293083,"uuid":"234664061","full_name":"Advanced-Command-Handler/Advanced-Command-Handler","owner":"Advanced-Command-Handler","description":"This is an Advanced Command Handler that uses classes for commands.","archived":false,"fork":false,"pushed_at":"2025-03-21T13:43:29.000Z","size":1462,"stargazers_count":35,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-23T19:02:16.848Z","etag":null,"topics":["bot","classes","command-handler","commandhandler-events","discord","discord-bot","discord-js","javascript","v12"],"latest_commit_sha":null,"homepage":"https://ayfri.gitbook.io/advanced-command-handler/","language":"TypeScript","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/Advanced-Command-Handler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"Ayfri","patreon":"ayfri"}},"created_at":"2020-01-18T01:17:40.000Z","updated_at":"2025-06-20T10:24:41.000Z","dependencies_parsed_at":"2024-02-09T15:43:21.756Z","dependency_job_id":"9c84ea69-8778-4d70-8041-636d81c1743a","html_url":"https://github.com/Advanced-Command-Handler/Advanced-Command-Handler","commit_stats":{"total_commits":792,"total_committers":13,"mean_commits":60.92307692307692,"dds":0.08838383838383834,"last_synced_commit":"b35728f423bb4e3b6276adfa0111e78ef1f42fa3"},"previous_names":["ayfri/advanced-command-handler"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/Advanced-Command-Handler/Advanced-Command-Handler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Advanced-Command-Handler%2FAdvanced-Command-Handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Advanced-Command-Handler%2FAdvanced-Command-Handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Advanced-Command-Handler%2FAdvanced-Command-Handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Advanced-Command-Handler%2FAdvanced-Command-Handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Advanced-Command-Handler","download_url":"https://codeload.github.com/Advanced-Command-Handler/Advanced-Command-Handler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Advanced-Command-Handler%2FAdvanced-Command-Handler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30412239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T00:40:14.898Z","status":"online","status_checked_at":"2026-03-12T02:00:07.260Z","response_time":114,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","classes","command-handler","commandhandler-events","discord","discord-bot","discord-js","javascript","v12"],"created_at":"2024-09-24T14:07:14.862Z","updated_at":"2026-03-12T02:02:01.381Z","avatar_url":"https://github.com/Advanced-Command-Handler.png","language":"TypeScript","readme":"# Advanced Command Handler\n\n[![npm](https://img.shields.io/npm/dt/advanced-command-handler?logo=npm\u0026style=for-the-badge)](https://www.npmjs.com/package/advanced-command-handler)\n[![npm](https://img.shields.io/npm/v/advanced-command-handler?logo=npm\u0026style=for-the-badge)](https://www.npmjs.com/package/advanced-command-handler)\n[![GitHub issues](https://img.shields.io/github/issues-raw/advanced-command-handler/advanced-command-handler?logo=github\u0026style=for-the-badge)](https://github.com/advanced-command-handler/Advanced-Command-Handler/issues)\n![GitHub last commit (branch)](https://img.shields.io/github/last-commit/advanced-command-handler/advanced-command-handler/master?logo=github\u0026style=for-the-badge)\n\n[![npm install](https://nodei.co/npm/advanced-command-handler.png?downloads=true\u0026stars=true)](https://www.npmjs.com/package/advanced-command-handler)\n\nThis is an Advanced Command Handler for Discord Bots, which uses classes for commands \u0026 events. You have a plethora of utils like functions that everyone uses, functions for errors, functions for\ntedious things that everyone needs for a Discord Bot, and some classes to simplify Logging things and manipulating embeds.\n\n**Version 3.0 uses Discord.js v12, use 3.1 to use Discord.js v13.**\n\nThis library is here to simplify a lot developing Discord Bots and is far from being finished with every feature I want to add.\u003cbr\u003e\nSo feel free to watch this repo for futures releases!\nFor now, it offers :\n\n- Command Handling\n- SubCommand Handling\n- Event Handling\n- Default message event \u0026 help command\n- A complete Logger\n- Some utilities function for errors, jsons and other\n- Typed arguments for commands\n\n**For more information on how to use it, see the Guide and the Documentation :**\n\n- [Documentation](https://advanced-command-handler.github.io/docs/) \u003cbr\u003e\n- [Guide](https://ayfri.gitbook.io/advanced-command-handler/)\n\nYou can also see some examples that I've made [here](https://github.com/Ayfri/advanced-command-handler-examples).\u003cbr\u003e\nFeel free to PR to these to update these and add features that this handler can offer!\n\n### That's all for now :)\n","funding_links":["https://github.com/sponsors/Ayfri","https://patreon.com/ayfri"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadvanced-command-handler%2Fadvanced-command-handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadvanced-command-handler%2Fadvanced-command-handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadvanced-command-handler%2Fadvanced-command-handler/lists"}