Class AbstractLibraryAbstract

The abstract class for developing library

Constructors

Methods

  • A getter where the lib stores the client user (the one logged in as a bot) id

    Returns string

    string

  • For dealing ws with lavalink server

    Returns number

    number

  • Where your library send packets to Discord Gateway

    Parameters

    • shardId: number

      The current shard Id

    • payload: any

      The payload data to request with discord gateway

    • important: boolean

      If this payload important or not

    Returns void

  • Listen attaches the event listener to the library you are using

    Parameters

    Returns void