Interface PlayData

interface PlayData {
    guildId: string;
    payload: NodePlayerOptions;
}

Properties

Properties

guildId: string