An extension which makes a rich-help command for discord.py
Project description
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')
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52e1a9a528715714e76fbb9c315fa15bc2c8ba27b28c280b77b5b8500e45488b
|
|
| MD5 |
c962fa06cf673438c89373a53c834e5f
|
|
| BLAKE2b-256 |
9c3ad64ec74c604114a116367fb38582491d85800e1d2b02b9915023eb568169
|
File details
Details for the file discord_rich_help.py-0.1.1-py3-none-any.whl.
File metadata
- Download URL: discord_rich_help.py-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84825013ca9a243ef9b19e93adf3d17dbf46b4f0e22aad40aed1f8750946559b
|
|
| MD5 |
49c7754b3e5ca6446c695e5283bc7f03
|
|
| BLAKE2b-256 |
da3842e70fb1512fc12102555a67d3e3137cf24dbc2b5a1e520061fc485916e2
|