@lacunahub/lavaluna.js
    Preparing search index...

    Interface NodeGit

    interface NodeGit {
        branch: string;
        commit: string;
        commitTime: number;
    }
    Index

    Properties

    branch: string

    The branch this Lavalink server was built on.

    commit: string

    The commit this Lavalink server was built on.

    commitTime: number

    The millisecond unix timestamp for when the commit was created.