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

Uploaded Source

Built Distribution

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