Interface LogCustom

A custom log.

Hierarchy

Properties

Properties

date: Date

Date of the log.

type: CUSTOM

Type of the log.

content: {
    text: string;
    icon: string;
    memberId: string;
}

Content of the log.

Type declaration

  • text: string

    Text to be displayed alongside log.

  • icon: string

    FontAwesome icon to be shown in the log.

  • memberId: string

    Steam ID of the member who is involved in the log.

_id: ObjectId

Generated using TypeDoc