Sparky
    Preparing search index...

    Interface for guild configuration, including server-specific settings.

    interface IGuildConfig {
        djRoleId?: string;
        guildId: string;
        ignoreChannels?: string[];
        ignoreRoles?: string[];
        welcomeChannelId?: string;
    }
    Index

    Properties

    djRoleId?: string

    ID of the role for DJ permissions.

    guildId: string

    ID of the guild (server) the bot is connected to.

    ignoreChannels?: string[]

    List of IDs of channels to ignore commands in.

    ignoreRoles?: string[]

    List of IDs of roles to ignore commands from.

    welcomeChannelId?: string

    ID of the channel for logging events and messages.