Skip to main content

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

Project description

PyPI version info 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

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

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

Bot Example

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')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

discord-rich-help.py-0.1.1.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

discord_rich_help.py-0.1.1-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

Details for the file discord-rich-help.py-0.1.1.tar.gz.

File metadata

  • Download URL: discord-rich-help.py-0.1.1.tar.gz
  • Upload date:
  • Size: 10.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for discord-rich-help.py-0.1.1.tar.gz
Algorithm Hash digest
SHA256 52e1a9a528715714e76fbb9c315fa15bc2c8ba27b28c280b77b5b8500e45488b
MD5 c962fa06cf673438c89373a53c834e5f
BLAKE2b-256 9c3ad64ec74c604114a116367fb38582491d85800e1d2b02b9915023eb568169

See more details on using hashes here.

File details

Details for the file discord_rich_help.py-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for discord_rich_help.py-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 84825013ca9a243ef9b19e93adf3d17dbf46b4f0e22aad40aed1f8750946559b
MD5 49c7754b3e5ca6446c695e5283bc7f03
BLAKE2b-256 da3842e70fb1512fc12102555a67d3e3137cf24dbc2b5a1e520061fc485916e2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page