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
discord-rich-help.py-0.1.1.tar.gz
(10.2 kB
view hashes)
Built Distribution
Close
Hashes for discord-rich-help.py-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52e1a9a528715714e76fbb9c315fa15bc2c8ba27b28c280b77b5b8500e45488b |
|
MD5 | c962fa06cf673438c89373a53c834e5f |
|
BLAKE2b-256 | 9c3ad64ec74c604114a116367fb38582491d85800e1d2b02b9915023eb568169 |
Close
Hashes for discord_rich_help.py-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84825013ca9a243ef9b19e93adf3d17dbf46b4f0e22aad40aed1f8750946559b |
|
MD5 | 49c7754b3e5ca6446c695e5283bc7f03 |
|
BLAKE2b-256 | da3842e70fb1512fc12102555a67d3e3137cf24dbc2b5a1e520061fc485916e2 |