discord-rich-help.py


Namediscord-rich-help.py JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryAn extension which makes a rich-help command for discord.py
upload_time2023-04-22 09:26:59
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License
keywords discord discord.py
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            discord-rich-help.py
====================

.. image:: https://img.shields.io/pypi/v/discord-rich-help.py.svg
   :target: https://pypi.python.org/pypi/discord-rich-help.py
   :alt: PyPI version info
.. image:: https://img.shields.io/pypi/pyversions/discord-rich-help.py.svg
   :target: https://pypi.python.org/pypi/discord-rich-help.py
   :alt: PyPI supported Python versions

An extension which makes a rich-help command for discord.py

Key Features
-------------

- Supports both message and slash commands.

Installing
-----------

**Python 3.8 or higher is required**

.. code:: sh

    # Linux/MacOS
    python3 -m pip install -U discord-rich-help.py

    # Windows
    py -3 -m pip install -U discord-rich-help.py

Bot Example
~~~~~~~~~~~~

.. code:: py

    import discord
    from discord.ext import commands
    from discord_rich_help import RichHelpCommand

    intents = discord.Intents.default()
    intents.message_content = True
    bot = commands.Bot(command_prefix='?', intents=intents, help_command=RichHelpCommand())

    bot.run('token')

Links
------

- `Documentation <https://github.com/PescadoGames/discord-rich-help.py/wiki>`_
- `discord.py <https://pypi.python.org/pypi/discord.py>`_

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "discord-rich-help.py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Awayume <dev@awayume.jp>",
    "keywords": "discord,discord.py",
    "author": "",
    "author_email": "PescadoGames <official@pescadogames.com>",
    "download_url": "https://files.pythonhosted.org/packages/9c/3a/d64ec74c604114a116367fb38582491d85800e1d2b02b9915023eb568169/discord-rich-help.py-0.1.1.tar.gz",
    "platform": null,
    "description": "discord-rich-help.py\n====================\n\n.. image:: https://img.shields.io/pypi/v/discord-rich-help.py.svg\n   :target: https://pypi.python.org/pypi/discord-rich-help.py\n   :alt: PyPI version info\n.. image:: https://img.shields.io/pypi/pyversions/discord-rich-help.py.svg\n   :target: https://pypi.python.org/pypi/discord-rich-help.py\n   :alt: PyPI supported Python versions\n\nAn extension which makes a rich-help command for discord.py\n\nKey Features\n-------------\n\n- Supports both message and slash commands.\n\nInstalling\n-----------\n\n**Python 3.8 or higher is required**\n\n.. code:: sh\n\n    # Linux/MacOS\n    python3 -m pip install -U discord-rich-help.py\n\n    # Windows\n    py -3 -m pip install -U discord-rich-help.py\n\nBot Example\n~~~~~~~~~~~~\n\n.. code:: py\n\n    import discord\n    from discord.ext import commands\n    from discord_rich_help import RichHelpCommand\n\n    intents = discord.Intents.default()\n    intents.message_content = True\n    bot = commands.Bot(command_prefix='?', intents=intents, help_command=RichHelpCommand())\n\n    bot.run('token')\n\nLinks\n------\n\n- `Documentation <https://github.com/PescadoGames/discord-rich-help.py/wiki>`_\n- `discord.py <https://pypi.python.org/pypi/discord.py>`_\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "An extension which makes a rich-help command for discord.py",
    "version": "0.1.1",
    "split_keywords": [
        "discord",
        "discord.py"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da3842e70fb1512fc12102555a67d3e3137cf24dbc2b5a1e520061fc485916e2",
                "md5": "49c7754b3e5ca6446c695e5283bc7f03",
                "sha256": "84825013ca9a243ef9b19e93adf3d17dbf46b4f0e22aad40aed1f8750946559b"
            },
            "downloads": -1,
            "filename": "discord_rich_help.py-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "49c7754b3e5ca6446c695e5283bc7f03",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10880,
            "upload_time": "2023-04-22T09:26:58",
            "upload_time_iso_8601": "2023-04-22T09:26:58.070037Z",
            "url": "https://files.pythonhosted.org/packages/da/38/42e70fb1512fc12102555a67d3e3137cf24dbc2b5a1e520061fc485916e2/discord_rich_help.py-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c3ad64ec74c604114a116367fb38582491d85800e1d2b02b9915023eb568169",
                "md5": "c962fa06cf673438c89373a53c834e5f",
                "sha256": "52e1a9a528715714e76fbb9c315fa15bc2c8ba27b28c280b77b5b8500e45488b"
            },
            "downloads": -1,
            "filename": "discord-rich-help.py-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c962fa06cf673438c89373a53c834e5f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10170,
            "upload_time": "2023-04-22T09:26:59",
            "upload_time_iso_8601": "2023-04-22T09:26:59.888290Z",
            "url": "https://files.pythonhosted.org/packages/9c/3a/d64ec74c604114a116367fb38582491d85800e1d2b02b9915023eb568169/discord-rich-help.py-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-22 09:26:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "discord-rich-help.py"
}
        
Elapsed time: 0.09710s