Interface INotificationConfig

interface INotificationConfig {
    channelId?: string;
    message?: string;
    type?: LevelUpNotification;
}

Properties

channelId?: string

If type is "channel", override with a specific channel ID

message?: string

The level-up message template. Supports: {user} {level} {xp} {nextLevelXp} {guild}

Where to send level-up messages