ServerBackup: {
    afterSessionMessage: string;
    hoursUntilAutoClear: AutoClearTimeout;
    loggingChannelId: string;
    queues: QueueBackup[];
    seriousServer: boolean;
    serverName: string;
    timeStamp: Date;
}

Represent the data of 1 AttendingServer

Type declaration

  • afterSessionMessage: string

    After session message from /set_after_session_msg

  • hoursUntilAutoClear: AutoClearTimeout

    Auto clear timeout from /set_queue_auto_clear

  • loggingChannelId: string

    Channel id of the text channel to send logs. Empty if logging is disabled

  • queues: QueueBackup[]

    List of queue backups

  • seriousServer: boolean

    seriousness of the server

  • serverName: string

    Discord server name

  • timeStamp: Date

    When the backup started

Generated using TypeDoc