Interface LiaclientOptions

Hierarchy

  • LiaclientOptions

Properties

clientId?: string

bot user id

clientName: string

Default

"Liaclient"
global?: GlobalOptions

Set global options for all nodes in the client

nodes: NodeOptions[]
send: ((guildId, payload) => void)

Type declaration

    • (guildId, payload): void
    • Sned Packet Join/Leave Voice Channel

      Parameters

      Returns void

shardId?: number

Default

0

Generated using TypeDoc