bdApi.showToast("This plugin only works in Lightcord.")
return
}
console.log(`LightcordAPI is availaible !`)
}// Called when the plugin is activated (including after reloads)
stop(){}// Called when the plugin is deactivated
observer(changes){}// Observer for the `document`. Better documentation than I can provide is found here: <https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver>