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

Introduction

AFKHandler is a new handler for the discord.js v13 wrapper

Installing AFKHandler

To install AFKHandler through your terminal there are 2 ways:

# Using NPM
npm i afkhandler
# Alternatively, with Yarn
yarn add afkhandler

NextFAQ

Last updated 3 years ago

Was this helpful?