{"id":13703039,"url":"https://github.com/nextcord/nextcord-ext-help-commands","last_synced_at":"2025-04-13T05:21:55.386Z","repository":{"id":41534534,"uuid":"510095808","full_name":"nextcord/nextcord-ext-help-commands","owner":"nextcord","description":"A Nextcord extension for pre-built custom help commands for prefix commands and slash commands.","archived":false,"fork":false,"pushed_at":"2025-03-03T19:54:30.000Z","size":57,"stargazers_count":10,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-04T01:33:21.850Z","etag":null,"topics":["discord","discord-bot","example","extension","hacktoberfest","menus","nextcord","nextcord-ext","paginated"],"latest_commit_sha":null,"homepage":"","language":"Python","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/nextcord.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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-07-03T17:50:03.000Z","updated_at":"2023-10-11T13:15:32.000Z","dependencies_parsed_at":"2023-01-31T02:15:57.213Z","dependency_job_id":"4ad398ac-fcb8-4e01-91d7-85d0e7613832","html_url":"https://github.com/nextcord/nextcord-ext-help-commands","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcord%2Fnextcord-ext-help-commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcord%2Fnextcord-ext-help-commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcord%2Fnextcord-ext-help-commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcord%2Fnextcord-ext-help-commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextcord","download_url":"https://codeload.github.com/nextcord/nextcord-ext-help-commands/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248666823,"owners_count":21142318,"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":["discord","discord-bot","example","extension","hacktoberfest","menus","nextcord","nextcord-ext","paginated"],"created_at":"2024-08-02T21:00:49.361Z","updated_at":"2025-04-13T05:21:55.367Z","avatar_url":"https://github.com/nextcord.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# nextcord-ext-help-commands\n\n[![Discord server invite](https://img.shields.io/discord/881118111967883295?color=blue\u0026label=discord)](https://discord.gg/nextcord)\n[![PyPI version info](https://img.shields.io/pypi/v/nextcord-ext-help-commands.svg)](https://pypi.python.org/pypi/nextcord-ext-help-commands)\n[![PyPI supported Python versions](https://img.shields.io/pypi/pyversions/nextcord.svg)](https://pypi.python.org/pypi/nextcord)\n[![Nextcord-ext-help-commands Documentation](https://img.shields.io/readthedocs/nextcord-ext-help-commands.svg)](https://nextcord-ext-help-commands.readthedocs.io)\n\nA Nextcord extension for pre-built custom help commands for prefix commands and slash commands.\n\n## Installing\n\n### Requirements\n\n**Python 3.8 or higher is required**\n\nIt is necessary to first install [Nextcord](https://github.com/nextcord/nextcord)\n\nThen install the extension by running one of the following commands:\n\n```py\n# Linux/macOS\npython3 -m pip install -U nextcord-ext-help-commands\n\n# Windows\npy -3 -m pip install -U nextcord-ext-help-commands\n```\n\nTo make use of pagination help commands, you must also install [nextcord-ext-menus](https://github.com/nextcord/nextcord-ext-menus).\n\n```py\n# Linux/macOS\npython3 -m pip install -U \"nextcord-ext-help-commands[menus]\"\n\n# Windows\npy -3 -m pip install -U nextcord-ext-help-commands[menus]\n```\n\n## Basic Usage\n\n```py\nfrom nextcord.ext import commands\nfrom nextcord.ext import help_commands\n\nintents = nextcord.Intents.default()\nintents.message_content = True\n\nbot = commands.Bot(\n    command_prefix=\"$\",\n    intents=intents,\n    help_command=help_commands.PaginatedHelpCommand(),\n)\n\nbot.run(\"token\")\n```\n\n## Links\n\n- [Documentation](https://nextcord-ext-help-commands.readthedocs.io/en/latest/)\n- [Official Discord server](https://discord.gg/nextcord)\n\n## License\n\nCopyright (c) 2022-Present The Nextcord Developers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextcord%2Fnextcord-ext-help-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextcord%2Fnextcord-ext-help-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextcord%2Fnextcord-ext-help-commands/lists"}