Interface DiscordReqObjectV3

interface DiscordReqObjectV3 {
    target: string;
    type: "minecraft" | "discord";
}

Properties

Properties

target: string
type: "minecraft" | "discord"