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

Uploaded Source

Built Distribution

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

Uploaded Python 3

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