📕
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?

FeatureInterface

PreviousEventInterfaceNextCommandHelp

Last updated 3 years ago

Was this helpful?

FeatureInterface<T = unknown> -> Interface

  • callback?: <T>;

  • run?: <T>;

  • execute?: <T>;

  • emit?: <T>;

  • fire?: <T>;

  • callback: function executed when the handler loads the feature;

  • run: function executed when the handler loads the feature;

  • execute: function executed when the handler loads the feature;

  • emit: function executed when the handler loads the feature;

  • fire: function executed when the handler loads the feature;

FeatureCallback
FeatureCallback
FeatureCallback
FeatureCallback
FeatureCallback