Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HelpMessageParams

All properties used to customize the appearance of a help message

interface

Hierarchy

  • HelpMessageParams

Index

Properties

Optional bottomText

bottomText?: string

Text below the title

Optional color

color?: ColorResolvable

Color of a message

Optional description

description?: string

Description of the "help" command

enabled

enabled: boolean

Whether help message is enabled

Optional ephemeral

ephemeral?: EphemeralType

Whether the response message should be ephemeral

title

title: string

Title field

Optional usage

usage?: string

Usage of the "help" command

Optional visible

visible?: boolean

Whether the "help" command should be visible in the help message

Generated using TypeDoc