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

AFKHandlerInteraface

PreviousconvertLongNextAFKHandlerOptions

Last updated 3 years ago

Was this helpful?

AFKHandlerInterface<T = unknown> -> Interface

  • gadget: <T>["gadget"];

  • commands: Map<string, >;

  • aliases: Map<string, string>;

  • categories: Map<string, string[]>;

  • developers?: [];

  • cooldowns: Map<string, number>;

  • slashCommands: Map<string, SlashCommandInterface>;

  • gadget: Your own property, assigned in AFKHandler contrusctor

  • commands: Where the commands are stored

  • aliases: Where the aliases are stored

  • categories: Where the categories are stored

  • developers: Developers of the bot, assigned in the constructor

  • cooldowns: Where the cooldowns are stored

  • slashCommands: Where the slash commands are stored

AFKHandler
CommandInterface
Snowflake