An extension module for pre-built custom help commands
Project description
nextcord-ext-help-commands
A Nextcord extension for pre-built custom help commands for prefix commands and slash commands.
Installing
Requirements
Python 3.8 or higher is required
It is necessary to first install Nextcord
Then install the extension by running one of the following commands:
# Linux/macOS
python3 -m pip install -U nextcord-ext-help-commands
# Windows
py -3 -m pip install -U nextcord-ext-help-commands
To make use of pagination help commands, you must also install nextcord-ext-menus.
# Linux/macOS
python3 -m pip install -U "nextcord-ext-help-commands[menus]"
# Windows
py -3 -m pip install -U nextcord-ext-help-commands[menus]
Basic Usage
from nextcord.ext import commands
from nextcord.ext import help_commands
bot = commands.Bot(command_prefix="$", help_command=help_commands.PaginatedHelpCommand())
bot.run("token")
Links
License
Copyright (c) 2022-Present The Nextcord Developers
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
File details
Details for the file nextcord-ext-help-commands-0.0.1.tar.gz
.
File metadata
- Download URL: nextcord-ext-help-commands-0.0.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6632e4c1ffe8178c3cf904223dd9471f2a6d16c1cecb731ffc6f6b831452bfa |
|
MD5 | a68bcd92f5b6a363831a3f94c67a5adf |
|
BLAKE2b-256 | 1cf261acc96ec536faa8a64875d4ee55ed563a83b58ad1d7aec6da9af89649d3 |
File details
Details for the file nextcord_ext_help_commands-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: nextcord_ext_help_commands-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 024d969ba53b63d9e47418c249dd73f442ceeab1b1f612e42fc02bef8a35373f |
|
MD5 | ea07b87aa063decbc72c7f93886897ec |
|
BLAKE2b-256 | 9d8d32f2a2e47dfb6791dd4108da080f584ad343c768141b41ff258cb9e59f96 |