Interface Structures

The structures options interface for custom class/structures

interface Structures {
    rest?: Constructor<RainlinkRest>;
    player?: Constructor<RainlinkPlayer>;
    queue?: Constructor<RainlinkQueue>;
    filter?: Constructor<RainlinkFilter>;
}

Properties

A custom structure that extends the RainlinkRest class

A custom structure that extends the RainlinkPlayer class

A custom structure that extends the RainlinkQueue class

A custom structure that extends the RainlinkQueue class