Skip to main content

Slash commands help for discord-interactions

Project description

slash-help

discord-py-interactions v3 slash command help

Join our Discord server to ask questions, report bugs, or suggest features!

Example:

Usage:

from discord_slash import SlashCommand
from discord.ext import commands
from slash_help import SlashHelp

bot = commands.Bot("/")
slash = SlashCommand(bot, sync_commands=True)  # sync_commands=True preferred
slash_help = SlashHelp(bot, slash)
# and its done!

Install:

pip install -U slash-help

class SlashHelp

Arguments:

Required:

  • bot: Union[commands.Bot, discord.Client] - the bot variable
  • slash: SlashCommand - the slash variable

Optional:

  • guild_ids: Optional[List[int]] = None - a list of guild/server IDs to register /help
Kwargs:
  • color: Optional[discord.Color] = discord.Color.default() - the color of the embed
  • colour - alias of color
  • timeout: Optional[int] = 60 - the number of seconds till paginator timeout, specify None for no timeout
  • fields_per_embed: Optional[int] = 5 - the number of fields per embed
  • footer: Optional[str] = None - footer for the embeds
  • front_description: Optional[str] = None - description in the first embed
  • no_category_description: Optional[str] = "No description" - value for the No Category field
  • extended_buttons: Optional[bool] = True - to use the first and last buttons
  • use_select: Optional[bool] = True - whether to use the select
  • use_subcommand: Optional[bool] = False - to have a subcommand /help bot_name
  • bot_name: Optional[str] = None - needed to use use_subcommand
  • dpy_command: Optional[bool] = False - whether to make a discord.py command as well

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

slash_help-1.2.1.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

slash_help-1.2.1-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

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