Content-Length: 273683 | pFad | http://github.com/nextcord/nextcord-ext-help-commands/blob/master/README.md

EC nextcord-ext-help-commands/README.md at master · nextcord/nextcord-ext-help-commands · GitHub
Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.83 KB

README.md

File metadata and controls

63 lines (42 loc) · 1.83 KB

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

intents = nextcord.Intents.default()
intents.message_content = True

bot = commands.Bot(
    command_prefix="$",
    intents=intents,
    help_command=help_commands.PaginatedHelpCommand(),
)

bot.run("token")

Links

License

Copyright (c) 2022-Present The Nextcord Developers









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/nextcord/nextcord-ext-help-commands/blob/master/README.md

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy