Interface IMultiplier

interface IMultiplier {
    channelId?: string;
    multiplier: number;
    roleId?: string;
}

Properties

channelId?: string

Applies the multiplier when the message is sent in this channel

multiplier: number

The XP multiplier value (e.g. 2 = double XP)

roleId?: string

Applies the multiplier when the user has this role