hoshimi
    Preparing search index...

    Interface EnabledLavalinkFilters

    The enabled filters for the lavalink filter plugin.

    interface EnabledLavalinkFilters {
        echo: boolean;
        reverb: boolean;
    }
    Index

    Properties

    Properties

    echo: boolean

    Check if the echo filter is enabled or not.

    reverb: boolean

    Check if the reverb filter is enabled or not.