📕
AFKHandler
  • Introduction
  • FAQ
  • Changelog
  • Classes
    • AFKHandler
    • Command
    • SlashCommand
    • Event
    • Feature
  • Methods
    • Commands
    • SlashCommands
    • deleteSlash
    • Events
    • Features
    • load
    • setCooldown
    • time
    • convert
    • convertLong
  • Types
  • AFKHandlerInteraface
  • AFKHandlerOptions
  • CommandInterface
  • SlashCommandInterface
  • EventInterface
  • FeatureInterface
  • CommandHelp
  • (Callbacks)
  • (Utils)
Powered by GitBook
On this page

Was this helpful?

CommandHelp

CommandHelp -> Object Type

  • description?: string

  • usage?: string

  • example?: string

  • note?: string

  • category?: string

  • description: description of the command

  • usage: usage of the command

  • example: example of the command

  • note: additional information about the command

  • category: command's category

PreviousFeatureInterfaceNext(Callbacks)

Last updated 3 years ago

Was this helpful?