Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagerOptions

Manager Options

Hierarchy

  • ManagerOptions

Index

Properties

Properties

Optional player

player: typeof Player

The Player class that the manager uses to create Players, so users can modify this

Optional send

send: undefined | ((packet: DiscordPacket) => unknown)

The send function for end users to implement for their specific library

Optional shards

shards: undefined | number

The amount of shards the bot is currently operating on, by default this is 1

Optional user

user: undefined | string

User id of the bot

Generated using TypeDoc