Interface IIgnoreConfig

interface IIgnoreConfig {
    channelIds?: string[];
    ignoreBots?: boolean;
    roleIds?: string[];
    userIds?: string[];
}

Properties

channelIds?: string[]

Channel IDs where XP will NOT be awarded

ignoreBots?: boolean

Whether bots should be ignored (default: true)

roleIds?: string[]

Role IDs whose members will NOT earn XP

userIds?: string[]

User IDs that will NOT earn XP