interface GuildWidgetSettings {
    channel:
        | null
        | NewsChannel
        | TextChannel
        | ForumChannel
        | MediaChannel
        | VoiceBasedChannel;
    enabled: boolean;
}

Properties

Properties

channel:
    | null
    | NewsChannel
    | TextChannel
    | ForumChannel
    | MediaChannel
    | VoiceBasedChannel
enabled: boolean