Type Alias GuildCustomBotProfileSelectScalar

GuildCustomBotProfileSelectScalar: {
    avatarKey?: boolean;
    bannerKey?: boolean;
    bio?: boolean;
    dbId?: boolean;
    enabled?: boolean;
    guildId?: boolean;
    nick?: boolean;
}