Skip to main content

An extension module for pre-built custom help commands

Project description

nextcord-ext-help-commands

Discord server invite PyPI version info PyPI supported Python versions Nextcord-ext-help-commands Documentation

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


Download files

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

Source Distribution

nextcord-ext-help-commands-0.0.1.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file nextcord-ext-help-commands-0.0.1.tar.gz.

File metadata

File hashes

Hashes for nextcord-ext-help-commands-0.0.1.tar.gz
Algorithm Hash digest
SHA256 e6632e4c1ffe8178c3cf904223dd9471f2a6d16c1cecb731ffc6f6b831452bfa
MD5 a68bcd92f5b6a363831a3f94c67a5adf
BLAKE2b-256 1cf261acc96ec536faa8a64875d4ee55ed563a83b58ad1d7aec6da9af89649d3

See more details on using hashes here.

File details

Details for the file nextcord_ext_help_commands-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for nextcord_ext_help_commands-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 024d969ba53b63d9e47418c249dd73f442ceeab1b1f612e42fc02bef8a35373f
MD5 ea07b87aa063decbc72c7f93886897ec
BLAKE2b-256 9d8d32f2a2e47dfb6791dd4108da080f584ad343c768141b41ff258cb9e59f96

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