Interface GuildCreateInfo

interface GuildCreateInfo {
    guild: Guild;
    inviterID: string;
}

Properties

Properties

guild: Guild
inviterID: string

The ID of the member who invited the client to the guild.