replugged

    Function getById

    Retrieves a module by its ID. The module will be loaded if it is not already present in the cache.

    Module IDs are not stable between Discord updates. This function is mainly useful for debugging. You should not use this function in production unless the ID is dynamically determined.

    The expected type of the module's exports.

    The ID of the module to retrieve.

    Whether to return the raw module object instead of its exports. Defaults to false.

    The module's exports, the raw module object, or undefined if the module could not be found.

    Will throw an error if Webpack is not initialized.

    MMNEPVFCICPMFPCPTTAAATR