Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AudioManagerEvents

Hierarchy

  • AudioManagerEvents

Index

Methods

audioEnd

  • audioEnd(guildID: string, urlOrLocation: string): void
  • Parameters

    • guildID: string

      The guildID of the linked connection in player

    • urlOrLocation: string

      The audio url or location

    Returns void

audioError

  • audioError(guildID: string, urlOrLocation: string, errorCode: ErrorCode): void
  • Parameters

    • guildID: string

      The guildID of the linked connection in player

    • urlOrLocation: string

      The audio url or location

    • errorCode: ErrorCode

      The error code to identify error

    Returns void

audioStart

  • audioStart(guildID: string, urlOrLocation: string): void
  • Parameters

    • guildID: string

      The guildID of the linked connection in player

    • urlOrLocation: string

      The audio url or location

    Returns void

Generated using TypeDoc