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

AFKHandlerOptions

PreviousAFKHandlerInterafaceNextCommandInterface

Last updated 3 years ago

Was this helpful?

AFKHandlerOptions<T = unknown> -> Interface

  • client: ;

  • eval?: boolean;

  • gadget?: T;

  • developers?: <>;

  • client: discord.js Client options;

  • eval: creates an eval in the console;

  • gadget: custom property;

  • developers: ids of the developers;

DJSClientOptions
Arrayed
Snowflake